]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: Loadable modules
authorWill Deacon <will.deacon@arm.com>
Mon, 5 Mar 2012 11:49:33 +0000 (11:49 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 5 Sep 2012 15:38:12 +0000 (16:38 +0100)
commit4ec8cdb276795f2f1ff87548e29df34deba9314f
tree1202decbca19f48f4d75127ad5062c62cd53f0eb
parent42f5091a0b3480d368cf16d374901e1383a1fb78
arm64: Loadable modules

This patch adds support for loadable modules. Loadable modules are
loaded 64MB below the kernel image due to branch relocation restrictions
(see Documentation/arm64/memory.txt).

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm64/include/asm/module.h [new file with mode: 0644]
arch/arm64/kernel/module.c [new file with mode: 0644]