ARM: module: ignore unwind for sections not marked SHF_ALLOC
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Nov 2010 13:04:16 +0000 (13:04 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 1 Dec 2010 10:23:05 +0000 (10:23 +0000)
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 <rmk+kernel@arm.linux.org.uk>

No differences found