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

Add IRQF_IRQPOLL 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-rc5-mm2/arch/ia64/kernel/time.c
=================================--- linux-2.6.21-rc5-mm2.orig/arch/ia64/kernel/time.c
+++ linux-2.6.21-rc5-mm2/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,
 	.name =		"timer"
 };
 

-- 

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

only message in thread, other threads:[~2007-03-27 20:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070327202234.639415000@strauss.suse.de>
2007-03-27 20:22 ` [patch 4/7] Add IRQF_IRQPOLL 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