freebsd-dev/sys/powerpc
John Baldwin 6d2d1c044f Simplify the interrupt code a bit:
- Always include the ie_disable and ie_eoi methods in 'struct intr_event'
  and collapse down to one intr_event_create() routine.  The disable and
  eoi hooks simply aren't used currently in the !INTR_FILTER case.
- Expand 'disab' to 'disable' in a few places.
- Use function casts for arm and i386:intr_eoi_src() instead of wrapper
  routines since to trim one extra indirection.

Compiled on:	{arm,amd64,i386,ia64,ppc,sparc64} x {FILTER, !FILTER}
Tested on:	{amd64,i386} x {FILTER, !FILTER}
2008-03-17 22:42:01 +00:00
..
aim In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
booke In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
compile
conf Remove kernel support for M:N threading. 2008-03-12 10:12:01 +00:00
fpu Don't define DEBUG. No debugging required. 2008-02-24 17:10:30 +00:00
include Make remote GDB work for AIM processors. For BookE, the kernel 2008-03-17 00:46:52 +00:00
mpc85xx Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on what 2008-03-12 16:32:08 +00:00
ofw - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the 2006-01-06 19:22:19 +00:00
powermac Add support for the BUS_CONFIG_INTR() method to the platform and to 2008-03-07 22:08:43 +00:00
powerpc Simplify the interrupt code a bit: 2008-03-17 22:42:01 +00:00
psim Add support for the BUS_CONFIG_INTR() method to the platform and to 2008-03-07 22:08:43 +00:00