[patch 44/50] genirq: ARM: Convert versatile to generic irq handling

From: Ingo Molnar
Date: Tue May 16 2006 - 20:23:36 EST


From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Fixup the conversion to generic irq subsystem.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/