Kevin Welton c5f125031f [ARM] Fix ARM branch relocation range
Branches in the ARM architecture are restricted to a range of +/- 32MB.
However, the code in .../arch/arm/kernel/module.c::apply_relocate() was
checking offset against a range of +/- 64MB.

Signed-off-by: Kevin Welton <Kevin.Welton@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-05-08 22:05:25 +01:00
..
2007-05-06 20:58:29 +01:00
2007-05-08 20:03:09 +01:00
2007-04-16 21:01:56 +01:00
2006-11-30 12:24:47 +00:00
2007-02-20 15:28:40 +00:00