aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/time.c')
-rw-r--r--arch/mips/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c
index 170cb67f4ed..6ab8d975a97 100644
--- a/arch/mips/kernel/time.c
+++ b/arch/mips/kernel/time.c
@@ -434,7 +434,7 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
434 /* 434 /*
435 * call the generic timer interrupt handling 435 * call the generic timer interrupt handling
436 */ 436 */
437 do_timer(regs); 437 do_timer(1);
438 438
439 /* 439 /*
440 * If we have an externally synchronized Linux clock, then update 440 * If we have an externally synchronized Linux clock, then update