aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp2000
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ixp2000')
-rw-r--r--arch/arm/mach-ixp2000/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp2000/core.c b/arch/arm/mach-ixp2000/core.c
index 0ee34acb8d7b..efd77eee0657 100644
--- a/arch/arm/mach-ixp2000/core.c
+++ b/arch/arm/mach-ixp2000/core.c
@@ -194,8 +194,8 @@ static int ixp2000_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
194 194
195static struct irqaction ixp2000_timer_irq = { 195static struct irqaction ixp2000_timer_irq = {
196 .name = "IXP2000 Timer Tick", 196 .name = "IXP2000 Timer Tick",
197 .flags = SA_INTERRUPT, 197 .flags = SA_INTERRUPT | SA_TIMER,
198 .handler = ixp2000_timer_interrupt 198 .handler = ixp2000_timer_interrupt,
199}; 199};
200 200
201void __init ixp2000_init_time(unsigned long tick_rate) 201void __init ixp2000_init_time(unsigned long tick_rate)