diff options
Diffstat (limited to 'kernel/hung_task.c')
-rw-r--r-- | kernel/hung_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hung_task.c b/kernel/hung_task.c index d234022805dc..432c3d71d195 100644 --- a/kernel/hung_task.c +++ b/kernel/hung_task.c | |||
@@ -117,7 +117,7 @@ static void check_hung_task(struct task_struct *t, unsigned long timeout) | |||
117 | pr_err("\"echo 0 > /proc/sys/kernel/hung_task_timeout_secs\"" | 117 | pr_err("\"echo 0 > /proc/sys/kernel/hung_task_timeout_secs\"" |
118 | " disables this message.\n"); | 118 | " disables this message.\n"); |
119 | sched_show_task(t); | 119 | sched_show_task(t); |
120 | debug_show_held_locks(t); | 120 | debug_show_all_locks(); |
121 | 121 | ||
122 | touch_nmi_watchdog(); | 122 | touch_nmi_watchdog(); |
123 | 123 | ||