From: Kenji Kaneshige Date: Tue, 28 Aug 2007 23:01:21 +0000 (-0700) Subject: [IA64] Fix unexpected interrupt vector handling X-Git-Tag: v2.6.23-rc6~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17764d2437b0c4440e0718205f2c26dbaa72bc27;p=pandora-kernel.git [IA64] Fix unexpected interrupt vector handling Fix handling for spurious interrupts not being mapped to any IRQs. Currently, spurious interrupts that are not mapped to any IRQs are handled as IRQ 15 (== IA64_SPURIOUS_VECTOR). But it is not proper because vector != irq. We need special handlings for such spurious interrupts not being mapped to any IRQs. Signed-off-by: Kenji Kaneshige Signed-off-by: Tony Luck --- Reading git-diff-tree failed