]> git.proxmox.com Git - qemu.git/blobdiff - hw/unin_pci.c
Revert "Introduce reset notifier order"
[qemu.git] / hw / unin_pci.c
index b2ebc31c52338c5dee89b1623556e853d1429eca..0ad0cd39110fd0999e95cb0a1f5f04e9b7cf4098 100644 (file)
@@ -266,7 +266,7 @@ PCIBus *pci_pmac_init(qemu_irq *pic)
     d->config[0x34] = 0x00; // capabilities_pointer
 #endif
     register_savevm("uninorth", 0, 1, pci_unin_save, pci_unin_load, d);
-    qemu_register_reset(pci_unin_reset, 0, d);
+    qemu_register_reset(pci_unin_reset, d);
     pci_unin_reset(d);
 
     return s->bus;