mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
c169998802
commit
a01d6ef446
17 changed files with 2 additions and 24 deletions
2
hw/sbi.c
2
hw/sbi.c
|
@ -128,8 +128,6 @@ static int sbi_init1(SysBusDevice *dev)
|
|||
sbi_io_memory = cpu_register_io_memory(sbi_mem_read, sbi_mem_write, s);
|
||||
sysbus_init_mmio(dev, SBI_SIZE, sbi_io_memory);
|
||||
|
||||
sbi_reset(&s->busdev.qdev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue