]> git.proxmox.com Git - qemu.git/commit - target-arm/cpu.c
target-arm: Convert cp15 crn=9 registers
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 11:57:18 +0000 (11:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 12:08:16 +0000 (12:08 +0000)
commit34f9052967b2495c524560906023dbebf6556b5d
tree367e1396e70e416545e62479357dc09f2c1f34b1
parent06d76f319f2ea1cf8a66392670a04f649d6280ce
target-arm: Convert cp15 crn=9 registers

Convert cp15 crn=9 registers (mostly cache lockdown) to the new scheme.

Note that this change makes OMAPCP cores RAZ/WI the whole c9 space.  This is
a change from previous behaviour, but a return to the behaviour of commit
c3d2689d when OMAP1 support was first added -- subsequent commits have
clearly accidentally relegated the OMAPCP RAZ condition to only a subset of
the crn=9 space when adding support for other cores.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c
target-arm/helper.c