arm: a9mpcore: remove un-used ptimer_iomem field
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 19 Nov 2012 05:13:49 +0000 (15:13 +1000)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:12 +0000 (12:34 +0100)
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>
hw/a9mpcore.c

index 824ff0a4de73096c00409a3414105e865d5604ad..f802de082463230e4519785537012109e339e271 100644 (file)
@@ -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;