aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/softlockup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/softlockup.c b/kernel/softlockup.c
index f2bf5decb108..97977ecc3171 100644
--- a/kernel/softlockup.c
+++ b/kernel/softlockup.c
@@ -13,6 +13,7 @@
13#include <linux/delay.h> 13#include <linux/delay.h>
14#include <linux/freezer.h> 14#include <linux/freezer.h>
15#include <linux/kthread.h> 15#include <linux/kthread.h>
16#include <linux/lockdep.h>
16#include <linux/notifier.h> 17#include <linux/notifier.h>
17#include <linux/module.h> 18#include <linux/module.h>
18 19
@@ -144,6 +145,7 @@ void softlockup_tick(void)
144 this_cpu, now - touch_timestamp, 145 this_cpu, now - touch_timestamp,
145 current->comm, task_pid_nr(current)); 146 current->comm, task_pid_nr(current));
146 print_modules(); 147 print_modules();
148 print_irqtrace_events(current);
147 if (regs) 149 if (regs)
148 show_regs(regs); 150 show_regs(regs);
149 else 151 else