diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 08:55:24 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 08:55:24 +0000 |
commit | a01d6ef44622a2baf799a207809d090ca9882468 (patch) | |
tree | 441ef39cab96ea53c7949d585e1bba64714b13f1 /hw/sun4c_intctl.c | |
parent | c169998802505c244b8bcad562633f29de7d74a4 (diff) |
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4c_intctl.c')
-rw-r--r-- | hw/sun4c_intctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/sun4c_intctl.c b/hw/sun4c_intctl.c index dca471fbb3..7d7542dc9f 100644 --- a/hw/sun4c_intctl.c +++ b/hw/sun4c_intctl.c @@ -204,8 +204,6 @@ static int sun4c_intctl_init1(SysBusDevice *dev) sysbus_init_irq(dev, &s->cpu_irqs[i]); } - sun4c_intctl_reset(&s->busdev.qdev); - return 0; } |