From a08d43677f87a19daa653774d3c6f71855e23178 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sat, 27 Jun 2009 09:25:07 +0200 Subject: Revert "Introduce reset notifier order" This reverts commit 8217606e6edb49591b4a6fd5a0d1229cebe470a9 (and updates later added users of qemu_register_reset), we solved the problem it originally addressed less invasively. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- hw/sun4c_intctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/sun4c_intctl.c') diff --git a/hw/sun4c_intctl.c b/hw/sun4c_intctl.c index 16f3d94204..7eb84596be 100644 --- a/hw/sun4c_intctl.c +++ b/hw/sun4c_intctl.c @@ -211,7 +211,7 @@ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq, register_savevm("sun4c_intctl", addr, 1, sun4c_intctl_save, sun4c_intctl_load, s); - qemu_register_reset(sun4c_intctl_reset, 0, s); + qemu_register_reset(sun4c_intctl_reset, s); *irq = qemu_allocate_irqs(sun4c_set_irq, s, 8); sun4c_intctl_reset(s); -- cgit 1.4.1