Re: [patch RFC 10/38] x86/ioapic: Consolidate IOAPIC allocation
From: Thomas Gleixner <hidden>
Date: 2020-08-26 09:53:20
Also in:
linux-iommu, linux-pci, lkml, xen-devel
From: Thomas Gleixner <hidden>
Date: 2020-08-26 09:53:20
Also in:
linux-iommu, linux-pci, lkml, xen-devel
On Wed, Aug 26 2020 at 16:40, Boqun Feng wrote:
I hit a compiler error while I was trying to compile this patchset: arch/x86/kernel/devicetree.c: In function ‘dt_irqdomain_alloc’: arch/x86/kernel/devicetree.c:232:6: error: ‘struct irq_alloc_info’ has no member named ‘ioapic_id’; did you mean ‘ioapic’? 232 | tmp.ioapic_id = mpc_ioapic_id(mp_irqdomain_ioapic_idx(domain));
Yeah, noticed myself already and 0day complained as well :)