mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 44/50] genirq: ARM: Convert versatile to generic irq handling
@ 2006-05-17  0:18 Ingo Molnar
  0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2006-05-17  0:18 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Gleixner, Benjamin Herrenschmidt, Russell King,
	Andrew Morton, Christoph Hellwig, linux-arm-kernel

From: Thomas Gleixner <tglx@linutronix.de>

Fixup the conversion to generic irq subsystem.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-17  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-17  0:18 [patch 44/50] genirq: ARM: Convert versatile to generic irq handling Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®