diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 08:55:24 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 08:55:24 +0000 |
commit | a01d6ef44622a2baf799a207809d090ca9882468 (patch) | |
tree | 441ef39cab96ea53c7949d585e1bba64714b13f1 /hw/fw_cfg.c | |
parent | c169998802505c244b8bcad562633f29de7d74a4 (diff) |
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; } |