mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
PPC: remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
a01d6ef446
commit
e43941318d
13 changed files with 2 additions and 26 deletions
|
@ -330,7 +330,6 @@ int pmac_ide_init (DriveInfo **hd_table, qemu_irq irq,
|
|||
pmac_ide_write, d);
|
||||
vmstate_register(0, &vmstate_pmac, d);
|
||||
qemu_register_reset(pmac_ide_reset, d);
|
||||
pmac_ide_reset(d);
|
||||
|
||||
return pmac_ide_memory;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue