diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-06-21 20:43:55 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-28 17:59:57 +0100 |
commit | 583e7f5d36547f0d84caf71d43b71f0530a47766 (patch) | |
tree | 906e7185aae5d01f0f622df8ad64c002a8e45400 /arch/arm/mm/proc-arm922.S | |
parent | d090dddaba7c8da6401bb259340dce05ca32f564 (diff) |
[ARM] nommu: backtrace code must not reference a discarded section
The code in "1007:" is in the .fixup section, which in the mmuless
case is discarded. Since this code is referenced from the .text
section, it causes an link error. Move this code into the .text
section instead.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/proc-arm922.S')
0 files changed, 0 insertions, 0 deletions