]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.c
arm: All M profile cores are PMSA
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jun 2017 10:51:48 +0000 (11:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jun 2017 10:51:48 +0000 (11:51 +0100)
commit790a11503cfb5e1dcd031ea2212bbebae4ca3cec
tree5f72294b16a958db8c428a243f74f4d809386554
parent3a00d560bcfca7ad04327062c1986a016c104b1f
arm: All M profile cores are PMSA

All M profile CPUs are PMSA, so set the feature bit.
(We haven't actually implemented the M profile MPU register
interface yet, but setting this feature bit gives us closer
to correct behaviour for the MPU-disabled case.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1493122030-32191-11-git-send-email-peter.maydell@linaro.org
target/arm/cpu.c