diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/pvclock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/pvclock.c b/arch/x86/kernel/pvclock.c index 6279928c0a71..2f355d229a58 100644 --- a/arch/x86/kernel/pvclock.c +++ b/arch/x86/kernel/pvclock.c | |||
@@ -48,6 +48,7 @@ void pvclock_touch_watchdogs(void) | |||
48 | touch_softlockup_watchdog_sync(); | 48 | touch_softlockup_watchdog_sync(); |
49 | clocksource_touch_watchdog(); | 49 | clocksource_touch_watchdog(); |
50 | rcu_cpu_stall_reset(); | 50 | rcu_cpu_stall_reset(); |
51 | reset_hung_task_detector(); | ||
51 | } | 52 | } |
52 | 53 | ||
53 | static atomic64_t last_value = ATOMIC64_INIT(0); | 54 | static atomic64_t last_value = ATOMIC64_INIT(0); |