]> git.baikalelectronics.ru Git - kernel.git/commit
[SPARC64]: Send all device interrupts via one PIL.
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Jun 2006 08:20:00 +0000 (01:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jun 2006 08:20:00 +0000 (01:20 -0700)
commit24795573c1383a665bf3a9b9c67c0441b27d8687
tree4379f5376358d1f54fc183f458614f289ed6d326
parent7bc9fe301734a66fc78178853b21383a382c63ad
[SPARC64]: Send all device interrupts via one PIL.

This is the first in a series of cleanups that will hopefully
allow a seamless attempt at using the generic IRQ handling
infrastructure in the Linux kernel.

Define PIL_DEVICE_IRQ and vector all device interrupts through
there.

Get rid of the ugly pil0_dummy_{bucket,desc}, instead vector
the timer interrupt directly to a specific handler since the
timer interrupt is the only event that will be signaled on
PIL 14.

The irq_worklist is now in the per-cpu trap_block[].

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/entry.S
arch/sparc64/kernel/irq.c
arch/sparc64/kernel/sun4v_ivec.S
arch/sparc64/kernel/time.c
arch/sparc64/kernel/traps.c
arch/sparc64/kernel/ttable.S
include/asm-sparc64/cpudata.h
include/asm-sparc64/pil.h