]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] nommu: backtrace code must not reference a discarded section
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 21 Jun 2006 19:43:55 +0000 (20:43 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:59:57 +0000 (17:59 +0100)
commit38cd9d54a33a1755fa22fe3881ba9ad105269402
tree906e7185aae5d01f0f622df8ad64c002a8e45400
parent55cd0b093ab8a3ef6e0f39d9a70f533bf48cc1bb
[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>
arch/arm/lib/backtrace.S