Skip to content
Commit c5f12503 authored by Kevin Welton's avatar Kevin Welton Committed by Russell King
Browse files

[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: default avatarKevin Welton <Kevin.Welton@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 8678c1f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment