public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2/7] Add IRQF_IRQPOLL_IRQ flag on IA64
       [not found] <20070323164447.659982000@strauss.suse.de>
@ 2007-03-23 16:44 ` Bernhard Walle
  0 siblings, 0 replies; only message in thread
From: Bernhard Walle @ 2007-03-23 16:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Thomas Gleixner, Ingo Molnar, linux-ia64

Add IRQF_IRQPOLL_IRQ for the timer interrupt on IA64.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
 arch/ia64/kernel/time.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.21-rc4-mm1/arch/ia64/kernel/time.c
=================================--- linux-2.6.21-rc4-mm1.orig/arch/ia64/kernel/time.c
+++ linux-2.6.21-rc4-mm1/arch/ia64/kernel/time.c
@@ -235,7 +235,7 @@ ia64_init_itm (void)
 
 static struct irqaction timer_irqaction = {
 	.handler =	timer_interrupt,
-	.flags =	IRQF_DISABLED,
+	.flags =	IRQF_DISABLED | IRQF_IRQPOLL_IRQ,
 	.name =		"timer"
 };
 

-- 

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

only message in thread, other threads:[~2007-03-23 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070323164447.659982000@strauss.suse.de>
2007-03-23 16:44 ` [patch 2/7] Add IRQF_IRQPOLL_IRQ flag on IA64 Bernhard Walle

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