diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 09:32:21 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 09:32:21 +0000 |
commit | e43941318d22795df91682fec6720540ede6ad02 (patch) | |
tree | 79ec2322ea7cf2e5bc242c4fcc4c901003ecba60 /hw/mac_nvram.c | |
parent | a01d6ef44622a2baf799a207809d090ca9882468 (diff) |
PPC: remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/mac_nvram.c')
-rw-r--r-- | hw/mac_nvram.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mac_nvram.c b/hw/mac_nvram.c index 0c91b3f1ba..f28db6bb25 100644 --- a/hw/mac_nvram.c +++ b/hw/mac_nvram.c @@ -143,7 +143,6 @@ MacIONVRAMState *macio_nvram_init (int *mem_index, target_phys_addr_t size, register_savevm("macio_nvram", -1, 1, macio_nvram_save, macio_nvram_load, s); qemu_register_reset(macio_nvram_reset, s); - macio_nvram_reset(s); return s; } |