From f9efa1c2c89fb4c7781bc353adff38402ff9c65f Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 16 Jun 2008 15:51:08 -0700 Subject: [PATCH] --- yaml --- r: 105192 b: refs/heads/master c: 688c91755dc3d3c03d8c67c1df13c02be258768e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/softlockup.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 22aa2f370536..15c522429007 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8bbd54d69e9c66adbf544e21d8dcfb15fb9198f7 +refs/heads/master: 688c91755dc3d3c03d8c67c1df13c02be258768e diff --git a/trunk/kernel/softlockup.c b/trunk/kernel/softlockup.c index 6b682d86bddf..f2bf5decb108 100644 --- a/trunk/kernel/softlockup.c +++ b/trunk/kernel/softlockup.c @@ -143,6 +143,7 @@ void softlockup_tick(void) printk(KERN_ERR "BUG: soft lockup - CPU#%d stuck for %lus! [%s:%d]\n", this_cpu, now - touch_timestamp, current->comm, task_pid_nr(current)); + print_modules(); if (regs) show_regs(regs); else