summaryrefslogtreecommitdiffstats
path: root/hw/heathrow_pic.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-11-07 09:32:21 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-11-07 09:32:21 +0000
commite43941318d22795df91682fec6720540ede6ad02 (patch)
tree79ec2322ea7cf2e5bc242c4fcc4c901003ecba60 /hw/heathrow_pic.c
parenta01d6ef44622a2baf799a207809d090ca9882468 (diff)
downloadhqemu-e43941318d22795df91682fec6720540ede6ad02.zip
hqemu-e43941318d22795df91682fec6720540ede6ad02.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/heathrow_pic.c b/hw/heathrow_pic.c
index 500b9f1..f6174b1 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);
}
OpenPOWER on IntegriCloud