summaryrefslogtreecommitdiff
path: root/hw/slavio_timer.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/slavio_timer.c
parentc169998802505c244b8bcad562633f29de7d74a4 (diff)
downloadqemu-a01d6ef44622a2baf799a207809d090ca9882468.tar.gz
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/slavio_timer.c')
-rw-r--r--hw/slavio_timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/slavio_timer.c b/hw/slavio_timer.c
index b2f8aab042..cd2cf5772b 100644
--- a/hw/slavio_timer.c
+++ b/hw/slavio_timer.c
@@ -411,8 +411,6 @@ static int slavio_timer_init1(SysBusDevice *dev)
sysbus_init_irq(dev, &s->cputimer[i].irq);
}
- slavio_timer_reset(&s->busdev.qdev);
-
return 0;
}