freebsd-skq/sys/arm
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
..
arm Simplify the interrupt code a bit: 2008-03-17 22:42:01 +00:00
at91 Add a missing \n. 2008-01-07 00:36:09 +00:00
compile
conf Remove kernel support for M:N threading. 2008-03-12 10:12:01 +00:00
include Remove unused pv_list_count from the vm_page, and pm_count from the struct 2008-03-06 21:59:47 +00:00
sa11x0 Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO. 2007-12-02 13:12:21 +00:00
xscale Remove kernel support for M:N threading. 2008-03-12 10:12:01 +00:00