git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8931360
)
ARM: module: ignore unwind for sections not marked SHF_ALLOC
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 12 Nov 2010 13:04:16 +0000
(13:04 +0000)
committer
Russell 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