diff options
author | Blue Swirl | 2009-11-07 09:55:24 +0100 |
---|---|---|
committer | Blue Swirl | 2009-11-07 09:55:24 +0100 |
commit | a01d6ef44622a2baf799a207809d090ca9882468 (patch) | |
tree | 441ef39cab96ea53c7949d585e1bba64714b13f1 /hw/fw_cfg.c | |
parent | v3: don't call reset functions on cpu initialization (diff) | |
download | qemu-a01d6ef44622a2baf799a207809d090ca9882468.tar.gz qemu-a01d6ef44622a2baf799a207809d090ca9882468.tar.xz qemu-a01d6ef44622a2baf799a207809d090ca9882468.zip |
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/fw_cfg.c')
-rw-r--r-- | hw/fw_cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c index 37fe3b3580..a6d811b092 100644 --- a/hw/fw_cfg.c +++ b/hw/fw_cfg.c @@ -275,7 +275,6 @@ void *fw_cfg_init(uint32_t ctl_port, uint32_t data_port, vmstate_register(-1, &vmstate_fw_cfg, s); qemu_register_reset(fw_cfg_reset, s); - fw_cfg_reset(s); return s; } |