Home
last modified time | relevance | path

Searched hist:fba289054f24d2550f47a1413e1ccc24f4165560 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mm/
H A DKconfigdiff fba289054f24d2550f47a1413e1ccc24f4165560 Wed Jan 28 17:58:33 CET 2015 Arnd Bergmann <arnd@arndb.de> ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabled

The recently added ARM_KERNMEM_PERMS feature works by manipulating
the kernel page tables, which obviously requires an MMU. Trying
to enable this feature when the MMU is disabled results in a lot
of compile errors in mm/init.c, so let's add a Kconfig dependency
to avoid that case.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>