看板 DFBSD_commit 關於我們 聯絡資訊
commit d53907dd52aac7f7e31ae228794f40ec13908733 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Dec 6 14:03:42 2010 -0800 kernel - Fix lapic mask for > 16 apic ids * The lapic mask in the MP startup was only allowing for 16 apic ids, adjust the mask to allow for all 256. * Supermicro now boots w/12 cpus and probably 24. More work required to get it to boot w/48. Summary of changes: sys/platform/pc32/i386/mp_machdep.c | 2 +- sys/platform/pc64/x86_64/mp_machdep.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d53907dd52aac7f7e31ae228794f40ec13908733 -- DragonFly BSD source repository