aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68knommu/kernel/time.c')
-rw-r--r--arch/m68knommu/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/time.c b/arch/m68knommu/kernel/time.c
index 1db987272220..db1e1ce0a349 100644
--- a/arch/m68knommu/kernel/time.c
+++ b/arch/m68knommu/kernel/time.c
@@ -51,7 +51,7 @@ static irqreturn_t timer_interrupt(int irq, void *dummy, struct pt_regs * regs)
51 51
52 write_seqlock(&xtime_lock); 52 write_seqlock(&xtime_lock);
53 53
54 do_timer(regs); 54 do_timer(1);
55#ifndef CONFIG_SMP 55#ifndef CONFIG_SMP
56 update_process_times(user_mode(regs)); 56 update_process_times(user_mode(regs));
57#endif 57#endif