[PATCH v2 02/16] MIPS: Set vint handler when mapping CPU interrupts

2014-09-05 Thread Andrew Bresticker
When mapping an interrupt in the CPU IRQ domain, set the vint handler for that interrupt if the CPU uses vectored interrupt handling. Signed-off-by: Andrew Bresticker --- No changes from v1. --- arch/mips/kernel/irq_cpu.c | 4 1 file changed, 4 insertions(+) diff --git

[PATCH v2 02/16] MIPS: Set vint handler when mapping CPU interrupts

2014-09-05 Thread Andrew Bresticker
When mapping an interrupt in the CPU IRQ domain, set the vint handler for that interrupt if the CPU uses vectored interrupt handling. Signed-off-by: Andrew Bresticker abres...@chromium.org --- No changes from v1. --- arch/mips/kernel/irq_cpu.c | 4 1 file changed, 4 insertions(+) diff