diff options
Diffstat (limited to 'arch/m32r/kernel')
-rw-r--r-- | arch/m32r/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/time.c b/arch/m32r/kernel/time.c index ded0be07a476..7a896893cd28 100644 --- a/arch/m32r/kernel/time.c +++ b/arch/m32r/kernel/time.c | |||
@@ -202,7 +202,7 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
202 | #ifndef CONFIG_SMP | 202 | #ifndef CONFIG_SMP |
203 | profile_tick(CPU_PROFILING, regs); | 203 | profile_tick(CPU_PROFILING, regs); |
204 | #endif | 204 | #endif |
205 | do_timer(regs); | 205 | do_timer(1); |
206 | 206 | ||
207 | #ifndef CONFIG_SMP | 207 | #ifndef CONFIG_SMP |
208 | update_process_times(user_mode(regs)); | 208 | update_process_times(user_mode(regs)); |