]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 21 Oct 2016 11:22:57 +0000 (12:22 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 7 Nov 2016 18:15:04 +0000 (18:15 +0000)
commitf14c66ce81b5595a483bd83df151539dbe1058fa
tree67481e3789f3272f3856f8d6adf7b356282c7409
parente98216b52176ba2bfa4bdb02f178f4d08832d465
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'

In preparation of adding support for contiguous PTE and PMD mappings,
let's replace 'block_mappings_allowed' with 'page_mappings_only', which
will be a more accurate description of the nature of the setting once we
add such contiguous mappings into the mix.

Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/mmu.h
arch/arm64/kernel/efi.c
arch/arm64/mm/mmu.c