summaryrefslogtreecommitdiffstats
path: root/hw/iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/iommu.c')
-rw-r--r--hw/iommu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/iommu.c b/hw/iommu.c
index e1022f6..4151022 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;
}
OpenPOWER on IntegriCloud