看板 DFBSD_commit 關於我們 聯絡資訊
commit 88df80ac17de43049fca448e3f83e3b401ba37e8 Author: Sepherosa Ziehau <sephe@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