]> git.proxmox.com Git - qemu.git/commit - hw/pxa2xx.c
hw/pxa2xx.c: Fix handling of RW bits in PMCR
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 13 Nov 2011 14:18:39 +0000 (14:18 +0000)
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>
Mon, 14 Nov 2011 01:26:20 +0000 (02:26 +0100)
commit7c64d297f988f6ee2136f29fac010db2c8fc352c
tree6f4510e6a7b6ef9be6d4e3709439ee097c9a82e5
parente7852674d5013bffd0bb8e822a7521f76677a60b
hw/pxa2xx.c: Fix handling of RW bits in PMCR

Fix an error in commit afd4a6522 which meant that writing a zero
to the RW bits in the PMCR wouldn't actually clear them. (Error
spotted by Andrzej Zaborowski.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
hw/pxa2xx.c