From: Russell King Date: Fri, 12 Nov 2010 13:02:46 +0000 (+0000) Subject: ARM: module: clean up handling of ELF unwind tables X-Git-Tag: v2.6.38-rc1~471^2~5^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8931360eb9c6ec8bd30efef579cef81917a2fcf3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed