ARM: 8706/1: NOMMU: Move out MPU setup in separate module
authorVladimir Murzin <[email protected]>
Mon, 16 Oct 2017 11:52:35 +0000 (12:52 +0100)
committerRussell King <[email protected]>
Mon, 23 Oct 2017 15:58:31 +0000 (16:58 +0100)
commit877ec119dbbf9576953efc457ede5243621ad6eb
tree14b0e2a738222f9f046d1c3ebbb1fc6580dc2298
parent59b6359dd92d18f5dc04b14a4c926fa08ab66f7c
ARM: 8706/1: NOMMU: Move out MPU setup in separate module

Having MPU handling code in dedicated module makes it easier to
enhance/maintain it.

Tested-by: Szemző András <[email protected]>
Tested-by: Alexandre TORGUE <[email protected]>
Tested-by: Benjamin Gaignard <[email protected]>
Signed-off-by: Vladimir Murzin <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/include/asm/mpu.h
arch/arm/mm/Makefile
arch/arm/mm/nommu.c
arch/arm/mm/pmsa-v7.c [new file with mode: 0644]