|
@@ -120,6 +120,7 @@ void softlockup_tick(void)
|
|
printk(KERN_ERR "BUG: soft lockup - CPU#%d stuck for %lus! [%s:%d]\n",
|
|
printk(KERN_ERR "BUG: soft lockup - CPU#%d stuck for %lus! [%s:%d]\n",
|
|
this_cpu, now - touch_timestamp,
|
|
this_cpu, now - touch_timestamp,
|
|
current->comm, task_pid_nr(current));
|
|
current->comm, task_pid_nr(current));
|
|
|
|
+ print_modules();
|
|
if (regs)
|
|
if (regs)
|
|
show_regs(regs);
|
|
show_regs(regs);
|
|
else
|
|
else
|