X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=kernel%2Fhung_task.c;h=432c3d71d19536b0f468ec84ecc15d2300752103;hb=677664895278267a80bda0e3b26821d60cdbebf5;hp=d234022805dcb5c5b8b169c92fde5956b5b0ce79;hpb=f44dd184634d401f5cf88a6d8b4a60d5ff4f417f;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();