diff options
-rw-r--r-- | arch/ia64/kernel/irq_ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/irq_ia64.c b/arch/ia64/kernel/irq_ia64.c index dce5341303de..bc47049f060f 100644 --- a/arch/ia64/kernel/irq_ia64.c +++ b/arch/ia64/kernel/irq_ia64.c | |||
@@ -289,7 +289,7 @@ static struct irqaction resched_irqaction = { | |||
289 | 289 | ||
290 | static struct irqaction tlb_irqaction = { | 290 | static struct irqaction tlb_irqaction = { |
291 | .handler = dummy_handler, | 291 | .handler = dummy_handler, |
292 | .flags = SA_INTERRUPT, | 292 | .flags = IRQF_DISABLED, |
293 | .name = "tlb_flush" | 293 | .name = "tlb_flush" |
294 | }; | 294 | }; |
295 | 295 | ||