diff options
Diffstat (limited to 'kernel/timer.c')
-rw-r--r-- | kernel/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index efde11e197c4..6aa6f7e69ad5 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
@@ -1302,7 +1302,6 @@ void run_local_timers(void) | |||
1302 | { | 1302 | { |
1303 | hrtimer_run_queues(); | 1303 | hrtimer_run_queues(); |
1304 | raise_softirq(TIMER_SOFTIRQ); | 1304 | raise_softirq(TIMER_SOFTIRQ); |
1305 | softlockup_tick(); | ||
1306 | } | 1305 | } |
1307 | 1306 | ||
1308 | /* | 1307 | /* |