]> git.baikalelectronics.ru Git - kernel.git/commit
mn10300: Fix up __bug_table handling in module loader.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 4 Aug 2008 10:21:23 +0000 (11:21 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Aug 2008 00:22:17 +0000 (17:22 -0700)
commit1ef3f4574e12118da6902c9353436399775b98be
tree371a929eccc515ce567245354c57df1b1ab20649
parent4373ff83c851ac7e3d8603151b619ec170408cd7
mn10300: Fix up __bug_table handling in module loader.

Platforms that are using GENERIC_BUG must call in to
module_bug_finalize()/module_bug_cleanup() in order to scan modules with
their own __bug_table sections that are otherwise unaccounted.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/module.c