summaryrefslogtreecommitdiffstats
path: root/hw/arm/pxa2xx_pic.c
diff options
context:
space:
mode:
authorRichard Henderson2022-05-01 07:49:43 +0200
committerPeter Maydell2022-05-05 10:35:50 +0200
commitcf7c6d1004eaaae85fd6156556e2f38ff493ef48 (patch)
tree69778801498cea5864faf67713ce26d1752f20c6 /hw/arm/pxa2xx_pic.c
parenttarget/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user (diff)
downloadqemu-cf7c6d1004eaaae85fd6156556e2f38ff493ef48.tar.gz
qemu-cf7c6d1004eaaae85fd6156556e2f38ff493ef48.tar.xz
qemu-cf7c6d1004eaaae85fd6156556e2f38ff493ef48.zip
target/arm: Split out cpregs.h
Move ARMCPRegInfo and all related declarations to a new internal header, out of the public cpu.h. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220501055028.646596-2-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/pxa2xx_pic.c')
-rw-r--r--hw/arm/pxa2xx_pic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/pxa2xx_pic.c b/hw/arm/pxa2xx_pic.c
index ed032fed54..b80d75d839 100644
--- a/hw/arm/pxa2xx_pic.c
+++ b/hw/arm/pxa2xx_pic.c
@@ -17,6 +17,7 @@
#include "hw/sysbus.h"
#include "migration/vmstate.h"
#include "qom/object.h"
+#include "target/arm/cpregs.h"
#define ICIP 0x00 /* Interrupt Controller IRQ Pending register */
#define ICMR 0x04 /* Interrupt Controller Mask register */