summaryrefslogtreecommitdiff
path: root/hw/cpu
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-08-18 22:08:59 +0200
committerAndreas Färber <afaerber@suse.de>2013-11-05 17:47:30 +0100
commit21ebaf1d812471e3379c85ffb8b0cc2311d5bff0 (patch)
treed64d41171df4f9a1f2fe5a8eb9a880a73b014af7 /hw/cpu
parent4c14253c9e889ab1cbd6126eed883682c1cd2718 (diff)
downloadqemu-21ebaf1d812471e3379c85ffb8b0cc2311d5bff0.tar.gz
arm11mpcore: Drop unused fields
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/cpu')
-rw-r--r--hw/cpu/arm11mpcore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/cpu/arm11mpcore.c b/hw/cpu/arm11mpcore.c
index 27cd32b51a..8719634e2a 100644
--- a/hw/cpu/arm11mpcore.c
+++ b/hw/cpu/arm11mpcore.c
@@ -20,8 +20,6 @@ typedef struct ARM11MPCorePriveState {
SysBusDevice parent_obj;
uint32_t scu_control;
- int iomemtype;
- uint32_t old_timer_status[8];
uint32_t num_cpu;
MemoryRegion iomem;
MemoryRegion container;