]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-arm: Add ARM_CP_IO notation to PMCR reginfo
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Mar 2014 16:31:46 +0000 (16:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Mar 2014 16:31:46 +0000 (16:31 +0000)
commitd6d60581f3f6778de85ee23427006151b5226667
treea046276f321a34489f1d7ee099ccda4b6d47beb3
parentba7500852d8c3926a732892236765eee1bcaea93
target-arm: Add ARM_CP_IO notation to PMCR reginfo

Now that the PMCR writefn makes timer accesses, its reginfo needs
the ARM_CP_IO flag, so that icount mode works correctly. (Fixes
the bug accidentally introduced in commit 7c2cb42b).

Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1394908291-16546-1-git-send-email-peter.maydell@linaro.org
target-arm/helper.c