]> git.baikalelectronics.ru Git - kernel.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)
commit9843b8134f9993868ef21383a5c8ac6e0a8d609d
tree67481e3789f3272f3856f8d6adf7b356282c7409
parent55713b55339f0677ce3c43a13bb5542368cbf731
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