]> 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>
Fri, 7 Sep 2012 15:14:49 +0000 (16:14 +0100)
commita8325bd83fba45f09dcf09121d08bf07645e54b6
tree3939f255c38c4272bd180ebe3f02ffcaac533200
parentd302fb4b751ae374d1a133472c1f041d55948c57
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]