From: Peter Crosthwaite Date: Mon, 19 Nov 2012 05:13:49 +0000 (+1000) Subject: arm: a9mpcore: remove un-used ptimer_iomem field X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=036f0f8356936dba36b952c16f477b3f04f54e37;p=qemu.git 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 Reviewed-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/a9mpcore.c b/hw/a9mpcore.c index 824ff0a4de..f802de0824 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;