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/eccmemctl.c | |
parent | v3: don't call reset functions on cpu initialization (diff) | |
download | qemu-kvm-a01d6ef44622a2baf799a207809d090ca9882468.tar.gz qemu-kvm-a01d6ef44622a2baf799a207809d090ca9882468.tar.bz2 qemu-kvm-a01d6ef44622a2baf799a207809d090ca9882468.zip |
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/eccmemctl.c')
-rw-r--r-- | hw/eccmemctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/eccmemctl.c b/hw/eccmemctl.c index 2110dc65e..498c61a89 100644 --- a/hw/eccmemctl.c +++ b/hw/eccmemctl.c @@ -313,7 +313,6 @@ static int ecc_init1(SysBusDevice *dev) ecc_diag_mem_write, s); sysbus_init_mmio(dev, ECC_DIAG_SIZE, ecc_io_memory); } - ecc_reset(&s->busdev.qdev); return 0; } |