diff options
author | 2009-07-24 12:32:59 +0100 | |
---|---|---|
committer | 2009-07-24 12:32:59 +0100 | |
commit | adca6dc23bc620ea95392659625200a252b97be3 (patch) | |
tree | baf8826c30b10e85a77a76a11f7e744182afeed4 /fs/stack.c | |
parent | Thumb-2: Implement the unified boot code (diff) | |
download | wireguard-linux-adca6dc23bc620ea95392659625200a252b97be3.tar.xz wireguard-linux-adca6dc23bc620ea95392659625200a252b97be3.zip |
Thumb-2: Add support for loadable modules
Modules compiled to Thumb-2 have two additional relocations needing to
be resolved at load time, R_ARM_THM_CALL and R_ARM_THM_JUMP24, for BL
and B.W instructions. The maximum Thumb-2 addressing range is +/-2^24
(+/-16MB) therefore the MODULES_VADDR macro in asm/memory.h is set to
(MODULES_END - 8MB) for the Thumb-2 compiled kernel.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'fs/stack.c')
0 files changed, 0 insertions, 0 deletions