commit | 8931360eb9c6ec8bd30efef579cef81917a2fcf3 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Nov 12 13:02:46 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 01 10:23:04 2010 +0000 |
tree | 6179950607d502290a4bd69b520f6feb875c7b5b | |
parent | f6614b7bb405a9b35dd28baea989a749492c46b2 [diff] |
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>