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/heathrow_pic.c | |
parent | a01d6ef44622a2baf799a207809d090ca9882468 (diff) |
PPC: remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/heathrow_pic.c')
-rw-r--r-- | hw/heathrow_pic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/heathrow_pic.c b/hw/heathrow_pic.c index 500b9f19bf..f6174b1d9f 100644 --- a/hw/heathrow_pic.c +++ b/hw/heathrow_pic.c @@ -231,6 +231,5 @@ qemu_irq *heathrow_pic_init(int *pmem_index, register_savevm("heathrow_pic", -1, 1, heathrow_pic_save, heathrow_pic_load, s); qemu_register_reset(heathrow_pic_reset, s); - heathrow_pic_reset(s); return qemu_allocate_irqs(heathrow_pic_set_irq, s, 64); } |