]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: module: clean up handling of ELF unwind tables
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Nov 2010 13:02:46 +0000 (13:02 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 1 Dec 2010 10:23:04 +0000 (10:23 +0000)
commit8931360eb9c6ec8bd30efef579cef81917a2fcf3
tree6179950607d502290a4bd69b520f6feb875c7b5b
parentf6614b7bb405a9b35dd28baea989a749492c46b2
ARM: module: clean up handling of ELF unwind tables

There's no need to keep pointers to the ELF sections available while
the module is loaded - we only need the section pointers while we're
finding and registering the unwind tables, which can all be done during
the finalize stage of loading.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/module.h
arch/arm/kernel/module.c