From 8c7e70db6ee1892e817ff99fa01516498c42ea90 Mon Sep 17 00:00:00 2001 From: Vegard Nossum Date: Wed, 25 Jun 2008 08:50:10 +0200 Subject: [PATCH] --- yaml --- r: 105194 b: refs/heads/master c: 8d5be7f4e8515af461cbc8f07687ccc81507d508 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/softlockup.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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