Re: [PATCH V3 2/4] acpi,pci,irq: reduce static IRQ array size to 16

2016-04-26 Thread Bjorn Helgaas
On Sun, Apr 17, 2016 at 01:36:54PM -0400, Sinan Kaya wrote: > Now that the supported number of PCI IRQs are no longer capped > with 256, renaming the static array to support ISA IRQs only > and removing the MAX_IRQS constant. > > Signed-off-by: Sinan Kaya > --- > drivers/acpi/pci_link.c | 40 +++

[PATCH V3 2/4] acpi,pci,irq: reduce static IRQ array size to 16

2016-04-17 Thread Sinan Kaya
Now that the supported number of PCI IRQs are no longer capped with 256, renaming the static array to support ISA IRQs only and removing the MAX_IRQS constant. Signed-off-by: Sinan Kaya --- drivers/acpi/pci_link.c | 40 1 file changed, 20 insertions(+), 2