]> Git Repo - linux.git/commit
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
authorArd Biesheuvel <[email protected]>
Tue, 16 Feb 2016 12:52:36 +0000 (13:52 +0100)
committerCatalin Marinas <[email protected]>
Thu, 18 Feb 2016 18:16:27 +0000 (18:16 +0000)
commitab893fb9f1b17f02139bce547bb4b69e96b9ae16
treed1ae69d0b542ce1655a0e609f00cff998499b04f
parent324420bf91f60582bb481133db9547111768ef17
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region

This introduces the preprocessor symbol KIMAGE_VADDR which will serve as
the symbolic virtual base of the kernel region, i.e., the kernel's virtual
offset will be KIMAGE_VADDR + TEXT_OFFSET. For now, we define it as being
equal to PAGE_OFFSET, but in the future, it will be moved below it once
we move the kernel virtual mapping out of the linear mapping.

Reviewed-by: Mark Rutland <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/include/asm/memory.h
arch/arm64/kernel/head.S
arch/arm64/kernel/vmlinux.lds.S
This page took 0.051825 seconds and 4 git commands to generate.