]> Git Repo - linux.git/commit
ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_init
authorVladimir Murzin <[email protected]>
Tue, 3 Apr 2018 09:38:37 +0000 (10:38 +0100)
committerRussell King <[email protected]>
Sat, 19 May 2018 10:53:46 +0000 (11:53 +0100)
commit3c24121039c9da14692eb48f6e39565b28c0f3cf
tree7bb35a00d60b3147664be68df33c0055ae550612
parent22893aa22b3cc89f12e1f80585c399f392f0a27a
ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_init

This patch postpone MPU activation till __after_proc_init (which is
placed in .text section) rather than doing it in __setup_mpu. It
allows us ignore used-only-once .head.text section while programming
PMSAv8 MPU (for PMSAv7 it stays covered anyway).

Tested-by: Szemz? AndrĂ¡s <[email protected]>
Tested-by: Alexandre TORGUE <[email protected]>
Signed-off-by: Vladimir Murzin <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/kernel/head-nommu.S
This page took 0.053441 seconds and 4 git commands to generate.