diff options
Diffstat (limited to 'arch/mips/include/asm/mach-cavium-octeon/irq.h')
-rw-r--r-- | arch/mips/include/asm/mach-cavium-octeon/irq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/mach-cavium-octeon/irq.h b/arch/mips/include/asm/mach-cavium-octeon/irq.h index 502bb1815ae8..60fc4c347c44 100644 --- a/arch/mips/include/asm/mach-cavium-octeon/irq.h +++ b/arch/mips/include/asm/mach-cavium-octeon/irq.h | |||
@@ -51,8 +51,8 @@ enum octeon_irq { | |||
51 | /* 256 - 511 represent the MSI interrupts 0-255 */ | 51 | /* 256 - 511 represent the MSI interrupts 0-255 */ |
52 | #define OCTEON_IRQ_MSI_BIT0 (256) | 52 | #define OCTEON_IRQ_MSI_BIT0 (256) |
53 | 53 | ||
54 | #define OCTEON_IRQ_MSI_LAST (OCTEON_IRQ_MSI_BIT0 + 255) | 54 | #define OCTEON_IRQ_MSI_LAST (OCTEON_IRQ_MSI_BIT0 + 255) |
55 | #define OCTEON_IRQ_LAST (OCTEON_IRQ_MSI_LAST + 1) | 55 | #define OCTEON_IRQ_LAST (OCTEON_IRQ_MSI_LAST + 1) |
56 | #endif | 56 | #endif |
57 | 57 | ||
58 | #endif | 58 | #endif |