看板 DFBSD_commit 關於我們 聯絡資訊
commit 3a69c11390d99471e9b961a15a8958752350e9a4 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Fri Jun 3 14:42:16 2011 +0800 x86_64: Split mp_enable() into multiple SYSINITs Each SYSINIT is put into the proper file. Garbage collect mp_start() and mp_enable(). Summary of changes: sys/platform/pc64/apic/ioapic.c | 19 +++++++++++ sys/platform/pc64/apic/lapic.c | 22 +++++++++++++ sys/platform/pc64/x86_64/machdep.c | 8 ----- sys/platform/pc64/x86_64/mp_machdep.c | 55 ++++---------------------------- 4 files changed, 48 insertions(+), 56 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a69c11390d99471e9b961a15a8958752350e9a4 -- DragonFly BSD source repository