]> Git Repo - linux.git/commit - arch/arm64/Kconfig
arm64: Introduce VA_BITS and translation level options
authorJungseok Lee <[email protected]>
Mon, 12 May 2014 09:40:38 +0000 (10:40 +0100)
committerCatalin Marinas <[email protected]>
Wed, 23 Jul 2014 14:27:21 +0000 (15:27 +0100)
commite41ceed035966d593ae34c3de33924965a6b9fba
tree505e26883b4914fa6b131902cd6a4b5f9dccc7b2
parent7edd88ad7e59c2b7b49da0e00f251884fb785d4f
arm64: Introduce VA_BITS and translation level options

This patch adds virtual address space size and a level of translation
tables to kernel configuration. It facilicates introduction of
different MMU options, such as 4KB + 4 levels, 16KB + 4 levels and
64KB + 3 levels, easily.

The idea is based on the discussion with Catalin Marinas:
http://www.spinics.net/linux/lists/arm-kernel/msg319552.html

Signed-off-by: Jungseok Lee <[email protected]>
Reviewed-by: Sungjinn Chung <[email protected]>
Acked-by: Kukjin Kim <[email protected]>
Reviewed-by: Christoffer Dall <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Tested-by: Jungseok Lee <[email protected]>
arch/arm64/Kconfig
arch/arm64/include/asm/memory.h
arch/arm64/include/asm/page.h
arch/arm64/include/asm/pgalloc.h
arch/arm64/include/asm/pgtable-hwdef.h
arch/arm64/include/asm/pgtable.h
arch/arm64/include/asm/tlb.h
This page took 0.056657 seconds and 4 git commands to generate.