From: Kevin Welton Date: Tue, 8 May 2007 21:05:25 +0000 (+0100) Subject: [ARM] Fix ARM branch relocation range X-Git-Tag: v2.6.22-rc1~144^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f125031f416ba6350e84462e9039737b6e2bab;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed