]> git.proxmox.com Git - qemu.git/blobdiff - hw/hpet.c
isa-bus: Remove bogus IRQ sharing check
[qemu.git] / hw / hpet.c
index 82a9a21978bff844c11510a72013bb4098e3822a..91ebb755511fc96296b0ff082ee705fd5a62376f 100644 (file)
--- a/hw/hpet.c
+++ b/hw/hpet.c
@@ -713,7 +713,6 @@ static int hpet_init(SysBusDevice *dev)
     s->capability |= (s->num_timers - 1) << HPET_ID_NUM_TIM_SHIFT;
     s->capability |= ((HPET_CLK_PERIOD) << 32);
 
-    isa_reserve_irq(RTC_ISA_IRQ);
     qdev_init_gpio_in(&dev->qdev, hpet_handle_rtc_irq, 1);
 
     /* HPET Area */