From: David S. Miller Date: Tue, 20 Jun 2006 08:20:00 +0000 (-0700) Subject: [SPARC64]: Send all device interrupts via one PIL. X-Git-Tag: v2.6.18-rc1~1100^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0504c3217d6d1bc8f33f53fb536299cae8feda;p=pandora-kernel.git [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 --- Reading git-diff-tree failed