Remove inthand_add() and inthand_remove(). Instead, register_int() and
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Nov 2005 18:02:46 +0000 (18:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Nov 2005 18:02:46 +0000 (18:02 +0000)
commit9d522d149e48a8a5de1c2bc76680a1edc3723288
tree88934b5ba5f3012c86e06aaa2cc668f5aafe291b
parente9175cc88110de254aada2006dd3de075fbeb50f
Remove inthand_add() and inthand_remove().  Instead, register_int() and
unregister_int() are called directly and the machine level vector setup and
teardown ABI calls are made from register_int() and unregister_int().
12 files changed:
sys/i386/apic/mpapic.c
sys/i386/i386/nexus.c
sys/i386/isa/clock.c
sys/i386/isa/intr_machdep.c
sys/i386/isa/intr_machdep.h
sys/kern/kern_intr.c
sys/platform/pc32/apic/mpapic.c
sys/platform/pc32/i386/nexus.c
sys/platform/pc32/isa/clock.c
sys/platform/pc32/isa/intr_machdep.c
sys/platform/pc32/isa/intr_machdep.h
sys/sys/interrupt.h