]> www.pilppa.org Git - linux-2.6-omap-h63xx.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>
Wed, 18 Jun 2008 13:26:54 +0000 (15:26 +0200)
commit688c91755dc3d3c03d8c67c1df13c02be258768e
treee4966149b15a7ae21da1aa7a448ed57c342440f3
parent8bbd54d69e9c66adbf544e21d8dcfb15fb9198f7
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