]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/arm_gic: Fix GIC_SET_LEVEL
authorChristoffer Dall <christoffer.dall@linaro.org>
Wed, 26 Feb 2014 17:19:59 +0000 (17:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:19:59 +0000 (17:19 +0000)
commit6453fa998a11e133e673c0a613b88484a8231d1d
tree5d1e2b66c8741415e50e6fe0ec26c6de525210d0
parentc10f7fc3d167799f19d2184f05012b24cc56878d
hw/intc/arm_gic: Fix GIC_SET_LEVEL

The GIC_SET_LEVEL macro unfortunately overwrote the entire level
bitmask instead of just or'ing on the necessary bits, causing active
level PPIs on a core to clear PPIs on other cores.

Cc: qemu-stable@nongnu.org
Reported-by: Rob Herring <rob.herring@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Message-id: 1393031030-8692-1-git-send-email-christoffer.dall@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/gic_internal.h