diff options
Diffstat (limited to 'arch/sh64/kernel/time.c')
-rw-r--r-- | arch/sh64/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/kernel/time.c b/arch/sh64/kernel/time.c index b8162e59030e..3b61e06f9d72 100644 --- a/arch/sh64/kernel/time.c +++ b/arch/sh64/kernel/time.c | |||
@@ -298,7 +298,7 @@ static inline void do_timer_interrupt(int irq, struct pt_regs *regs) | |||
298 | asm ("getcon cr62, %0" : "=r" (current_ctc)); | 298 | asm ("getcon cr62, %0" : "=r" (current_ctc)); |
299 | ctc_last_interrupt = (unsigned long) current_ctc; | 299 | ctc_last_interrupt = (unsigned long) current_ctc; |
300 | 300 | ||
301 | do_timer(regs); | 301 | do_timer(1); |
302 | #ifndef CONFIG_SMP | 302 | #ifndef CONFIG_SMP |
303 | update_process_times(user_mode(regs)); | 303 | update_process_times(user_mode(regs)); |
304 | #endif | 304 | #endif |