From: Thomas Gleixner <[email protected]>
Fixup the conversion to generic irq subsystem.
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
---
arch/arm/mach-versatile/core.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: linux-genirq.q/arch/arm/mach-versatile/core.c
===================================================================
--- linux-genirq.q.orig/arch/arm/mach-versatile/core.c
+++ linux-genirq.q/arch/arm/mach-versatile/core.c
@@ -114,8 +114,7 @@ void __init versatile_init_irq(void)
vic_init(VA_VIC_BASE, IRQ_VIC_START, ~(1 << 31));
- set_irq_handler(IRQ_VICSOURCE31, sic_handle_irq);
- enable_irq(IRQ_VICSOURCE31);
+ set_irq_chained_handler(IRQ_VICSOURCE31, sic_handle_irq);
/* Do second interrupt controller */
writel(~0, VA_SIC_BASE + SIC_IRQ_ENABLE_CLEAR);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]