diff options
Diffstat (limited to 'arch/ppc/kernel/time.c')
-rw-r--r-- | arch/ppc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/time.c b/arch/ppc/kernel/time.c index 6ab8cc7226ab..1e1f31554767 100644 --- a/arch/ppc/kernel/time.c +++ b/arch/ppc/kernel/time.c | |||
@@ -153,7 +153,7 @@ void timer_interrupt(struct pt_regs * regs) | |||
153 | /* We are in an interrupt, no need to save/restore flags */ | 153 | /* We are in an interrupt, no need to save/restore flags */ |
154 | write_seqlock(&xtime_lock); | 154 | write_seqlock(&xtime_lock); |
155 | tb_last_stamp = jiffy_stamp; | 155 | tb_last_stamp = jiffy_stamp; |
156 | do_timer(regs); | 156 | do_timer(1); |
157 | 157 | ||
158 | /* | 158 | /* |
159 | * update the rtc when needed, this should be performed on the | 159 | * update the rtc when needed, this should be performed on the |