]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: Drop useless test from isa_irq_handler
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 7 Oct 2011 07:19:34 +0000 (09:19 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 16 Oct 2011 11:10:44 +0000 (11:10 +0000)
commit2e9947d2eaf1e9cbeb22ff15064bc70e7c9afe1e
treea1605f72f001a35af6da07887d2e3a7c6ea69317
parent0200db650e6386d44ba2a707d9f22ddf72681cf7
pc: Drop useless test from isa_irq_handler

IsaIrqState::ioapic is always non-NULL. Probably, the concrete
qemu_irq was supposed to be tested, but that's already done by
qemu_set_irq.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pc.c