diff options
Diffstat (limited to 'arch/arm/common')
-rw-r--r-- | arch/arm/common/time-acorn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/time-acorn.c b/arch/arm/common/time-acorn.c index 31b65e2231d9..3f60dd9aca80 100644 --- a/arch/arm/common/time-acorn.c +++ b/arch/arm/common/time-acorn.c | |||
@@ -77,7 +77,7 @@ ioc_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
77 | 77 | ||
78 | static struct irqaction ioc_timer_irq = { | 78 | static struct irqaction ioc_timer_irq = { |
79 | .name = "timer", | 79 | .name = "timer", |
80 | .flags = SA_INTERRUPT, | 80 | .flags = IRQF_DISABLED, |
81 | .handler = ioc_timer_interrupt | 81 | .handler = ioc_timer_interrupt |
82 | }; | 82 | }; |
83 | 83 | ||