kernel - remove INTR_FAST
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 10 Jun 2010 00:13:57 +0000 (17:13 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 10 Jun 2010 00:13:57 +0000 (17:13 -0700)
commitf8a09be1e61a815288209b41b6a39ee4cdbd2f1a
tree95a2b6fe042a8d539eaa1a7976c450efb1e169a3
parentd63ddd9c14c5e1ba096e620d3aaa1d00d7db57ae
kernel - remove INTR_FAST

Rename INTR_FAST to INTR_CLOCK.  Fast interrupts are now only supported for
clock interrupts and may no longer be used by drivers.

* Rename INTR_FAST to INTR_CLOCK

* Adjust clocks to use INTR_CLOCK and remove INTR_FAST from the few drivers
  that specified it (if_em is the only one of note).
13 files changed:
sys/bus/isa/i386/isa_compat.h
sys/bus/isa/x86_64/isa_compat.h
sys/bus/pci/pci_compat.c
sys/dev/misc/puc/puc.c
sys/dev/netif/e1000/if_em.c
sys/dev/pccard/pccbb/pccbb.c
sys/dev/raid/aac/aac.c
sys/dev/serial/cy/cy_pci.c
sys/dev/serial/sio/sio.c
sys/kern/kern_intr.c
sys/platform/pc32/isa/clock.c
sys/platform/pc64/isa/clock.c
sys/sys/bus.h