Revision d78f3995 hw/piix_pci.c

b/hw/piix_pci.c
210 210
static PCIDevice *piix3_dev;
211 211
PCIDevice *piix4_dev;
212 212

  
213
/* just used for simpler irq handling. */
214
#define PCI_IRQ_WORDS   ((PCI_DEVICES_MAX + 31) / 32)
215

  
216 213
static void piix3_set_irq(qemu_irq *pic, int irq_num, int level)
217 214
{
218 215
    int i, pic_irq, pic_level;

Also available in: Unified diff