ARM: mpu: add PMSA related registers and bitfields to existing headers
authorJonathan Austin <jonathan.austin@arm.com>
Thu, 21 Feb 2013 15:21:34 +0000 (15:21 +0000)
committerJonathan Austin <jonathan.austin@arm.com>
Fri, 7 Jun 2013 16:02:49 +0000 (17:02 +0100)
commitaca7e5920c8e80a2a49c1e37664675d78b23398b
treee1aac98fbd9531a864189670c02a50c412e91b7a
parented18bdc875328921114139e17ade1d2569e82c85
ARM: mpu: add PMSA related registers and bitfields to existing headers

This patch adds the following definitions relevant to the PMSA:

Add SCTLR bit 17, (CR_BR - Background Region bit) to the list of CR_*
bitfields. This bit determines whether to use the architecturally defined
memory map

Add the MPUIR to the available registers when using read_cpuid macro. The
MPUIR is the MPU type register.

Signed-off-by: Jonathan Austin <jonathan.austin@arm.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
CC:"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
arch/arm/include/asm/cp15.h
arch/arm/include/asm/cputype.h