]> git.proxmox.com Git - qemu.git/commit
hw/arm_sysctl: Clear sysctl cfgctrl start bit
authorChristoffer Dall <c.dall@virtualopensystems.com>
Wed, 30 Jan 2013 15:39:01 +0000 (15:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Jan 2013 15:39:01 +0000 (15:39 +0000)
commit706872a56630a206897742b70c69ff99727672d3
tree5d3aee604082f8318dbb847b87928d55131ebdb4
parent0893d46014b0300fb8aec92df94effea34d04b61
hw/arm_sysctl: Clear sysctl cfgctrl start bit

The start bit should only be set to indicate that a function call is
underway, right now.  When done with function, clear it.

Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm_sysctl.c