]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: Move block cache ops to new cp15 framework
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 11:57:22 +0000 (11:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 12:12:41 +0000 (12:12 +0000)
commit30b05bba1122c13206d85d3704e86ff30cc09750
tree07e5152cccb7c762457497e68c7050b9d81bbabe
parentb22af022b22091f22deead5f0cbea332b6280acb
target-arm: Move block cache ops to new cp15 framework

Move the v6 optional block cache ops to the new cp15 framework.
This includes only providing them on the CPUs which implemented
them, rather than the previous blunderbuss approach of making
all MCRR instructions on all CPUs act as NOPs.

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