diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 09:32:21 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 09:32:21 +0000 |
commit | e43941318d22795df91682fec6720540ede6ad02 (patch) | |
tree | 79ec2322ea7cf2e5bc242c4fcc4c901003ecba60 /hw/unin_pci.c | |
parent | a01d6ef44622a2baf799a207809d090ca9882468 (diff) |
PPC: remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/unin_pci.c')
-rw-r--r-- | hw/unin_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/unin_pci.c b/hw/unin_pci.c index 4abb5c88dc..07e5365f75 100644 --- a/hw/unin_pci.c +++ b/hw/unin_pci.c @@ -188,7 +188,6 @@ static int pci_unin_main_init_device(SysBusDevice *dev) register_savevm("uninorth", 0, 1, pci_unin_save, pci_unin_load, &s->host_state); qemu_register_reset(pci_unin_reset, &s->host_state); - pci_unin_reset(&s->host_state); return 0; } |