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

看板DFBSD_commit作者時間14年前 (2011/06/15 15:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1D-5_y1y (DFBSD_commit)