On 12/11/21 11:11 AM, Peter Maydell wrote:
We currently define a bitmask for the GITS_CTLR ENABLED bit in
two ways: as ITS_CTLR_ENABLED, and via the FIELD() macro as
R_GITS_CTLR_ENABLED_MASK. Consistently use the FIELD macro version
everywhere and remove the redundant ITS_CTLR_ENABLED define.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
hw/intc/gicv3_internal.h | 2 --
hw/intc/arm_gicv3_its.c | 20 ++++++++++----------
2 files changed, 10 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~