X86_IRQ_ALLOC_TYPE_IOAPIC
info->type = X86_IRQ_ALLOC_TYPE_IOAPIC;
dst->type = X86_IRQ_ALLOC_TYPE_IOAPIC;
case X86_IRQ_ALLOC_TYPE_IOAPIC:
case X86_IRQ_ALLOC_TYPE_IOAPIC:
if (info->type == X86_IRQ_ALLOC_TYPE_IOAPIC) {
if (!info || info->type != X86_IRQ_ALLOC_TYPE_IOAPIC || nr_irqs > 1)
if (!info || info->type != X86_IRQ_ALLOC_TYPE_IOAPIC || nr_irqs > 1)
case X86_IRQ_ALLOC_TYPE_IOAPIC: