diff options
Diffstat (limited to 'arch/cris/arch-v32/kernel/time.c')
-rw-r--r-- | arch/cris/arch-v32/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/kernel/time.c b/arch/cris/arch-v32/kernel/time.c index 50f3f93293d6..be0a01657d4f 100644 --- a/arch/cris/arch-v32/kernel/time.c +++ b/arch/cris/arch-v32/kernel/time.c | |||
@@ -219,7 +219,7 @@ timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
219 | return IRQ_HANDLED; | 219 | return IRQ_HANDLED; |
220 | 220 | ||
221 | /* call the real timer interrupt handler */ | 221 | /* call the real timer interrupt handler */ |
222 | do_timer(regs); | 222 | do_timer(1); |
223 | 223 | ||
224 | /* | 224 | /* |
225 | * If we have an externally synchronized Linux clock, then update | 225 | * If we have an externally synchronized Linux clock, then update |