diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2009-06-27 09:25:07 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-29 14:18:08 -0500 |
commit | a08d43677f87a19daa653774d3c6f71855e23178 (patch) | |
tree | b37c74bd58d4dd7c21fbdea080a8b543e27a2ba9 /hw/petalogix_s3adsp1800_mmu.c | |
parent | a62acdc0cc5308706e2503557a09828979b59a12 (diff) |
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 <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/petalogix_s3adsp1800_mmu.c')
-rw-r--r-- | hw/petalogix_s3adsp1800_mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/petalogix_s3adsp1800_mmu.c b/hw/petalogix_s3adsp1800_mmu.c index 9ccd12b9d7..c2a196f85d 100644 --- a/hw/petalogix_s3adsp1800_mmu.c +++ b/hw/petalogix_s3adsp1800_mmu.c @@ -120,7 +120,7 @@ petalogix_s3adsp1800_init(ram_addr_t ram_size, env = cpu_init(cpu_model); env->pvr.regs[10] = 0x0c000000; /* spartan 3a dsp family. */ - qemu_register_reset(main_cpu_reset, 0, env); + qemu_register_reset(main_cpu_reset, env); /* Attach emulated BRAM through the LMB. */ phys_lmb_bram = qemu_ram_alloc(LMB_BRAM_SIZE); |