MIPS: Octeon: Support 256 MSI on PCIe
[firefly-linux-kernel-4.4.55.git] / arch / mips / include / asm / mach-cavium-octeon / irq.h
index 783dae74722385995bee257f86efc1365f1d7caa..6ddab8aef64478984164e372d5463bd18b5116c6 100644 (file)
 #ifdef CONFIG_PCI_MSI
 /* 152 - 215 represent the MSI interrupts 0-63 */
 #define OCTEON_IRQ_MSI_BIT0    152
-#define OCTEON_IRQ_MSI_LAST    (OCTEON_IRQ_MSI_BIT0 + 63)
+#define OCTEON_IRQ_MSI_LAST    (OCTEON_IRQ_MSI_BIT0 + 255)
 
 #define OCTEON_IRQ_LAST                (OCTEON_IRQ_MSI_LAST + 1)
 #else