summaryrefslogtreecommitdiffstats
path: root/hw/a9mpcore.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-04-13 11:39:07 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-04-13 11:39:07 +0000
commit496dbcd1a38c2ae4ada848445e4a1aa758af9f43 (patch)
tree8b39a3774273c83b48ee27e5d48fc1c54e998729 /hw/a9mpcore.c
parent544d1afa7013fce155f5afbbc24737f2fc0c0f26 (diff)
downloadhqemu-496dbcd1a38c2ae4ada848445e4a1aa758af9f43.zip
hqemu-496dbcd1a38c2ae4ada848445e4a1aa758af9f43.tar.gz
hw/arm_gic: Make the GIC its own sysbus device
Compile arm_gic.c as a standalone C file to produce a self contained sysbus GIC device. Support the legacy usage by #include of the .c file by making those users #define LEGACY_INCLUDED_GIC, so we can convert them one by one. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Evgeny Voevodin <e.voevodin@samsung.com>
Diffstat (limited to 'hw/a9mpcore.c')
-rw-r--r--hw/a9mpcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/a9mpcore.c b/hw/a9mpcore.c
index 1d83c37..164a0d3 100644
--- a/hw/a9mpcore.c
+++ b/hw/a9mpcore.c
@@ -10,6 +10,7 @@
#include "sysbus.h"
+#define LEGACY_INCLUDED_GIC
#include "arm_gic.c"
/* A9MP private memory region. */
OpenPOWER on IntegriCloud