]> Git Repo - qemu.git/commit
hw/intc/arm_gic: Fix GIC_SET_LEVEL
authorChristoffer Dall <[email protected]>
Wed, 26 Feb 2014 17:19:59 +0000 (17:19 +0000)
committerPeter Maydell <[email protected]>
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: [email protected]
Reported-by: Rob Herring <[email protected]>
Signed-off-by: Christoffer Dall <[email protected]>
Message-id: 1393031030[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/intc/gic_internal.h
This page took 0.023022 seconds and 4 git commands to generate.