From patchwork Mon Nov 19 05:13:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: arm: a9mpcore: remove un-used ptimer_iomem field Date: Sun, 18 Nov 2012 19:13:49 -0000 From: Peter Crosthwaite X-Patchwork-Id: 199925 Message-Id: <1353302029-14255-1-git-send-email-peter.crosthwaite@xilinx.com> To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: qemu-trivial@nongnu.org, Peter Crosthwaite 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 --- hw/a9mpcore.c | 1 - 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;