summaryrefslogtreecommitdiffstats
path: root/hw/a9mpcore.c
diff options
context:
space:
mode:
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>2012-11-19 15:13:49 +1000
committerStefan Hajnoczi <stefanha@redhat.com>2012-12-07 12:34:12 +0100
commit036f0f8356936dba36b952c16f477b3f04f54e37 (patch)
tree8ee4596806b7ddbc729aa281bb0ec8f73482da71 /hw/a9mpcore.c
parentdee17bf9e5d29bd08592c6fc47541aad70444bbc (diff)
downloadhqemu-036f0f8356936dba36b952c16f477b3f04f54e37.zip
hqemu-036f0f8356936dba36b952c16f477b3f04f54e37.tar.gz
arm: a9mpcore: remove un-used ptimer_iomem field
I'm guessing this is a hangover from a previous coreification of the mptimer sub-module. This field is completely unused - removed. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/a9mpcore.c')
-rw-r--r--hw/a9mpcore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/a9mpcore.c b/hw/a9mpcore.c
index 824ff0a..f802de0 100644
--- a/hw/a9mpcore.c
+++ b/hw/a9mpcore.c
@@ -19,7 +19,6 @@ typedef struct a9mp_priv_state {
uint32_t old_timer_status[8];
uint32_t num_cpu;
MemoryRegion scu_iomem;
- MemoryRegion ptimer_iomem;
MemoryRegion container;
DeviceState *mptimer;
DeviceState *gic;
OpenPOWER on IntegriCloud