diff options
Diffstat (limited to 'hw/iommu.c')
-rw-r--r-- | hw/iommu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/iommu.c b/hw/iommu.c index e1022f6ec5..4151022de3 100644 --- a/hw/iommu.c +++ b/hw/iommu.c @@ -363,8 +363,6 @@ static int iommu_init1(SysBusDevice *dev) io = cpu_register_io_memory(iommu_mem_read, iommu_mem_write, s); sysbus_init_mmio(dev, IOMMU_NREGS * sizeof(uint32_t), io); - iommu_reset(&s->busdev.qdev); - return 0; } |