diff options
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/kernel/time.c b/arch/cris/arch-v10/kernel/time.c index 9c22b76e129a..ebacf1457d91 100644 --- a/arch/cris/arch-v10/kernel/time.c +++ b/arch/cris/arch-v10/kernel/time.c | |||
@@ -227,7 +227,7 @@ timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
227 | 227 | ||
228 | /* call the real timer interrupt handler */ | 228 | /* call the real timer interrupt handler */ |
229 | 229 | ||
230 | do_timer(regs); | 230 | do_timer(1); |
231 | 231 | ||
232 | cris_do_profile(regs); /* Save profiling information */ | 232 | cris_do_profile(regs); /* Save profiling information */ |
233 | 233 | ||