[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)
commitfd0504c3217d6d1bc8f33f53fb536299cae8feda
tree4379f5376358d1f54fc183f458614f289ed6d326
parent3185d4d2873a46ca1620d784013f285522091aa0
[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