diff options
Diffstat (limited to 'arch/sh')
| -rw-r--r-- | arch/sh/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c index 149d9713eddf..f664a196c4f5 100644 --- a/arch/sh/kernel/time.c +++ b/arch/sh/kernel/time.c | |||
| @@ -117,7 +117,7 @@ static long last_rtc_update; | |||
| 117 | */ | 117 | */ |
| 118 | void handle_timer_tick(struct pt_regs *regs) | 118 | void handle_timer_tick(struct pt_regs *regs) |
| 119 | { | 119 | { |
| 120 | do_timer(regs); | 120 | do_timer(1); |
| 121 | #ifndef CONFIG_SMP | 121 | #ifndef CONFIG_SMP |
| 122 | update_process_times(user_mode(regs)); | 122 | update_process_times(user_mode(regs)); |
| 123 | #endif | 123 | #endif |
