diff options
Diffstat (limited to 'arch/alpha/kernel/irq_alpha.c')
-rw-r--r-- | arch/alpha/kernel/irq_alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/irq_alpha.c b/arch/alpha/kernel/irq_alpha.c index ffa4ac543cf2..ddf5cf8dcb0b 100644 --- a/arch/alpha/kernel/irq_alpha.c +++ b/arch/alpha/kernel/irq_alpha.c | |||
@@ -214,7 +214,7 @@ static unsigned int rtc_startup(unsigned int irq) { return 0; } | |||
214 | 214 | ||
215 | struct irqaction timer_irqaction = { | 215 | struct irqaction timer_irqaction = { |
216 | .handler = timer_interrupt, | 216 | .handler = timer_interrupt, |
217 | .flags = SA_INTERRUPT, | 217 | .flags = IRQF_DISABLED, |
218 | .name = "timer", | 218 | .name = "timer", |
219 | }; | 219 | }; |
220 | 220 | ||