diff options
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-timer.c')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index b029ba79c27a..c62a3a9ef867 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c | |||
@@ -111,7 +111,7 @@ again: | |||
111 | kstat_this_cpu.irqs[irq]++; /* kstat only for bootcpu? */ | 111 | kstat_this_cpu.irqs[irq]++; /* kstat only for bootcpu? */ |
112 | 112 | ||
113 | if (cpu == 0) | 113 | if (cpu == 0) |
114 | do_timer(regs); | 114 | do_timer(1); |
115 | 115 | ||
116 | update_process_times(user_mode(regs)); | 116 | update_process_times(user_mode(regs)); |
117 | 117 | ||