看板 DFBSD_commit 關於我們 聯絡資訊
commit 4298586ae54d29d8aa73f0ab00f7467dea230448 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Wed May 4 11:26:00 2011 +0800 i386: Move ioapic function declarations from smp.h to apic/ioapic.h Summary of changes: sys/platform/pc32/apic/ioapic.c | 1 + .../{pc64/apic/mpapic.h => pc32/apic/ioapic.h} | 75 ++++++++------------ sys/platform/pc32/apic/ioapic_abi.c | 3 +- sys/platform/pc32/i386/mp_machdep.c | 1 + sys/platform/pc32/include/smp.h | 35 --------- 5 files changed, 34 insertions(+), 81 deletions(-) copy sys/platform/{pc64/apic/mpapic.h => pc32/apic/ioapic.h} (56%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4298586ae54d29d8aa73f0ab00f7467dea230448 -- DragonFly BSD source repository