From: Russell King Date: Fri, 12 Nov 2010 13:04:16 +0000 (+0000) Subject: ARM: module: ignore unwind for sections not marked SHF_ALLOC X-Git-Tag: v2.6.38-rc1~471^2~5^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50005a8deb38e5e6456ebd94e57adb321d4589de;p=pandora-kernel.git ARM: module: ignore unwind for sections not marked SHF_ALLOC If a section is not marked with SHF_ALLOC, it will be discarded by the module code. Therefore, it is not correct to register the unwind tables. Signed-off-by: Russell King --- Reading git-diff-tree failed