Reorder cpu interrupt enablement, do it in the code that drops
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 30 Apr 2007 16:46:01 +0000 (16:46 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 30 Apr 2007 16:46:01 +0000 (16:46 +0000)
commit0b692e79417510633878c41a7fee73c8a6eede77
treed170b3f5d57c5104987efe3168d50ce7dc5e276c
parentdcfa65073190f24bd2a457e232ac8413d4e55372
Reorder cpu interrupt enablement, do it in the code that drops
the critical section during booting.  Add a new interrupt controller
ABI function 'cleanup' which is called after interrupts are enabled
but before the critical section is dropped.
sys/kern/init_main.c
sys/kern/kern_intr.c
sys/platform/pc32/apic/apic_abi.c
sys/platform/pc32/apic/apicvar.h
sys/platform/pc32/apic/mpapic.c
sys/platform/pc32/i386/autoconf.c
sys/platform/pc32/icu/icu_abi.c
sys/platform/vkernel/platform/machintr.c
sys/sys/machintr.h