Skip to content

Commit

Permalink
arm: a9mpcore: remove un-used ptimer_iomem field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pete128 authored and stefanhaRH committed Dec 7, 2012
1 parent dee17bf commit 036f0f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/a9mpcore.c
Expand Up @@ -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;
Expand Down

0 comments on commit 036f0f8

Please sign in to comment.