X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=kernel%2Fhung_task.c;h=432c3d71d19536b0f468ec84ecc15d2300752103;hb=2ab704a47e0f27df758840a589aec3298dbb98dd;hp=d234022805dcb5c5b8b169c92fde5956b5b0ce79;hpb=be1332c0994fbf016fa4ef0f0c4acda566fe6cb3;p=cascardo%2Flinux.git 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) pr_err("\"echo 0 > /proc/sys/kernel/hung_task_timeout_secs\"" " disables this message.\n"); sched_show_task(t); - debug_show_held_locks(t); + debug_show_all_locks(); touch_nmi_watchdog();