commit | 30b05bba1122c13206d85d3704e86ff30cc09750 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Jun 20 11:57:22 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Jun 20 12:12:41 2012 +0000 |
tree | 07e5152cccb7c762457497e68c7050b9d81bbabe | |
parent | b22af022b22091f22deead5f0cbea332b6280acb [diff] |
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>