hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
commitab6ef251795adb3f595ab62a56fdfb284a8dd208
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Apr 2022 14:15:42 +0000 (8 15:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Apr 2022 13:44:53 +0000 (22 14:44 +0100)
tree570d7b0376e460c776ead0ab432e44e85fcc5062
parent932f0480d0275c6e5c171ca464806cda90627d86
hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling

We can use our new set_pending_table_bit() utility function
in gicv3_redist_mov_lpi() to clear the bit in the source
pending table, rather than doing the "load, clear bit, store"
ourselves.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220408141550.1271295-34-peter.maydell@linaro.org
hw/intc/arm_gicv3_redist.c