summaryrefslogtreecommitdiffstats
path: root/hw/iommu.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-11-07 08:55:24 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-11-07 08:55:24 +0000
commita01d6ef44622a2baf799a207809d090ca9882468 (patch)
tree441ef39cab96ea53c7949d585e1bba64714b13f1 /hw/iommu.c
parentc169998802505c244b8bcad562633f29de7d74a4 (diff)
downloadhqemu-a01d6ef44622a2baf799a207809d090ca9882468.zip
hqemu-a01d6ef44622a2baf799a207809d090ca9882468.tar.gz
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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