aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/workqueue.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 34830e03403..873cb111514 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -5345,9 +5345,6 @@ static void wq_watchdog_timer_fn(unsigned long data)
rcu_read_unlock();
- if (lockup_detected)
- show_workqueue_state();
-
wq_watchdog_reset_touched();
mod_timer(&wq_watchdog_timer, jiffies + thresh);
}