diff options
Diffstat (limited to 'arch/xtensa/kernel/time.c')
-rw-r--r-- | arch/xtensa/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c index 412ab32de391..241db201f40e 100644 --- a/arch/xtensa/kernel/time.c +++ b/arch/xtensa/kernel/time.c | |||
@@ -175,7 +175,7 @@ again: | |||
175 | 175 | ||
176 | last_ccount_stamp = next; | 176 | last_ccount_stamp = next; |
177 | next += CCOUNT_PER_JIFFY; | 177 | next += CCOUNT_PER_JIFFY; |
178 | do_timer (regs); /* Linux handler in kernel/timer.c */ | 178 | do_timer (1); /* Linux handler in kernel/timer.c */ |
179 | 179 | ||
180 | if (ntp_synced() && | 180 | if (ntp_synced() && |
181 | xtime.tv_sec - last_rtc_update >= 659 && | 181 | xtime.tv_sec - last_rtc_update >= 659 && |