qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] arm: a9mpcore: remove un-used ptimer_iomem field


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH] arm: a9mpcore: remove un-used ptimer_iomem field
Date: Mon, 19 Nov 2012 15:13:49 +1000

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 <address@hidden>
---
 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;
-- 
1.7.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]