ACPI, PCI, irq: remove interrupt number restriction
authorSinan Kaya <okaya@codeaurora.org>
Wed, 9 Dec 2015 16:18:28 +0000 (11:18 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Jan 2016 02:02:47 +0000 (03:02 +0100)
commit37c5939136d7ce42b36c5d5b46f5272903a68433
tree984ba227e109aa5d3461281ff8b0851724891f01
parentb5bd0269547105046f2236d9895bd5e3038cc8bc
ACPI, PCI, irq: remove interrupt number restriction

The ACPI compiler uses the extended format when used interrupt numbers
are greater than 15. The extended IRQ syntax is 32 bits according to the
ACPI spec. The code supports parsing the extended interrupt numbers.
However, due to used data structure type; the code silently truncates
interrupt numbers greater than 256.

Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_link.c