Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: mpu: Complete initialisation of the MPU after reaching the C-world
Much like with the MMU, MPU initialisation is performed in two stages; the first in the pre-C world and the 'real' initialisation during arch setup. This patch wires in previously added MPU initialisation functions so that the whole of memory is mapped with the appropriate region properties for 'normal' RAM (the appropriate properties depend on whether the system is SMP). Stub initialisation functions are added for the case that there MPU support is not configured in to the kernel. Signed-off-by: Jonathan Austin <[email protected]> Reviewed-by: Will Deacon <[email protected]> CC: Hyok S. Choi <[email protected]>
- Loading branch information