]> git.baikalelectronics.ru Git - kernel.git/commit
softlockup: print a module list on being stuck
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 16 Jun 2008 22:51:08 +0000 (15:51 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 5 Jul 2008 06:51:24 +0000 (08:51 +0200)
commitc47f13730d8f197fe968e8bff2cc74ec60ad57c1
tree6238744e76fbcaddd7cc2107845fbc112462640d
parent81142ae0dd6bdc07840f2e79c8f6b9ef6c639cbf
softlockup: print a module list on being stuck

Most places in the kernel that go BUG: print a module list
(which is very useful for doing statistics and finding patterns),
however the softlockup detector does not do this yet.

This patch adds the one line change to fix this gap.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/softlockup.c