Skip to content

Commit

Permalink
MIPS: Octeon: Support 256 MSI on PCIe
Browse files Browse the repository at this point in the history
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1507/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
David Daney authored and Ralf Baechle committed Aug 5, 2010
1 parent 0c2f455 commit 1aa2b27
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 118 deletions.
2 changes: 1 addition & 1 deletion arch/mips/include/asm/mach-cavium-octeon/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
#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
Expand Down
Loading

0 comments on commit 1aa2b27

Please sign in to comment.