]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softlockup.c
softlockup: print a module list on being stuck
[linux-2.6-omap-h63xx.git] / kernel / softlockup.c
index 6b682d86bddf606c4342641204d673a6df3a6ff6..f2bf5decb108d31f9fa1d56450d50e013a90adce 100644 (file)
@@ -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