diff --git a/[refs] b/[refs] index d7196ed58be0..41063a50f38d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c7e745c6de92a757ec525fbc9a74891651a5f1c6 +refs/heads/master: 8d5be7f4e8515af461cbc8f07687ccc81507d508 diff --git a/trunk/kernel/softlockup.c b/trunk/kernel/softlockup.c index f2bf5decb108..97977ecc3171 100644 --- a/trunk/kernel/softlockup.c +++ b/trunk/kernel/softlockup.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -144,6 +145,7 @@ void softlockup_tick(void) this_cpu, now - touch_timestamp, current->comm, task_pid_nr(current)); print_modules(); + print_irqtrace_events(current); if (regs) show_regs(regs); else