|
@@ -5147,14 +5147,16 @@ void show_state_filter(unsigned long state_filter)
|
|
|
/*
|
|
|
* reset the NMI-timeout, listing all files on a slow
|
|
|
* console might take a lot of time:
|
|
|
+ * Also, reset softlockup watchdogs on all CPUs, because
|
|
|
+ * another CPU might be blocked waiting for us to process
|
|
|
+ * an IPI.
|
|
|
*/
|
|
|
touch_nmi_watchdog();
|
|
|
+ touch_all_softlockup_watchdogs();
|
|
|
if (!state_filter || (p->state & state_filter))
|
|
|
sched_show_task(p);
|
|
|
}
|
|
|
|
|
|
- touch_all_softlockup_watchdogs();
|
|
|
-
|
|
|
#ifdef CONFIG_SCHED_DEBUG
|
|
|
if (!state_filter)
|
|
|
sysrq_sched_debug_show();
|