diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2012-11-19 15:13:49 +1000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-12-07 12:34:12 +0100 |
commit | 036f0f8356936dba36b952c16f477b3f04f54e37 (patch) | |
tree | 8ee4596806b7ddbc729aa281bb0ec8f73482da71 /hw | |
parent | dee17bf9e5d29bd08592c6fc47541aad70444bbc (diff) | |
download | qemu-036f0f8356936dba36b952c16f477b3f04f54e37.zip qemu-036f0f8356936dba36b952c16f477b3f04f54e37.tar.gz qemu-036f0f8356936dba36b952c16f477b3f04f54e37.tar.bz2 |
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')
-rw-r--r-- | 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; |