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>
This commit is contained in:
parent
dee17bf9e5
commit
036f0f8356
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user