git: x86_64: Don't log cores per CPU and logical CPUs per core

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Jun 14 23:32:08 PDT 2011


commit 88df80ac17de43049fca448e3f83e3b401ba37e8
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Tue Jun 14 15:54:19 2011 +0800

    x86_64: Don't log cores per CPU and logical CPUs per core
    
    For Intel CPUs, the cores per CPU we printed probably is wrong; it
    merely means the max cores per CPU.  Since these two values are not
    used by any effective code at all, these confusing logging is removed.
    
    If correct cores per CPU is needed, it probably should be done after
    lapic_config().

Summary of changes:
 sys/platform/pc64/x86_64/identcpu.c |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88df80ac17de43049fca448e3f83e3b401ba37e8


-- 
DragonFly BSD source repository





More information about the Commits mailing list