aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/kernel/time.c')
-rw-r--r--arch/h8300/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/time.c b/arch/h8300/kernel/time.c
index 688a5100604c..e569d17b4ae6 100644
--- a/arch/h8300/kernel/time.c
+++ b/arch/h8300/kernel/time.c
@@ -41,7 +41,7 @@ static void timer_interrupt(int irq, void *dummy, struct pt_regs * regs)
41 /* may need to kick the hardware timer */ 41 /* may need to kick the hardware timer */
42 platform_timer_eoi(); 42 platform_timer_eoi();
43 43
44 do_timer(regs); 44 do_timer(1);
45#ifndef CONFIG_SMP 45#ifndef CONFIG_SMP
46 update_process_times(user_mode(regs)); 46 update_process_times(user_mode(regs));
47#endif 47#endif