Commit 1affb93b authored by James Bottomley's avatar James Bottomley Committed by Linus Torvalds

[PATCH] MSI broke voyager build

The x86 build depends on NR_VECTORS being defined. 

This symbol, however, was put only into mach-default/irq_vectors.h

The attached patch adds it to voyager too.
parent 00ecacba
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
#define VIC_CPU_BOOT_CPI VIC_CPI_LEVEL0 #define VIC_CPU_BOOT_CPI VIC_CPI_LEVEL0
#define VIC_CPU_BOOT_ERRATA_CPI (VIC_CPI_LEVEL0 + 8) #define VIC_CPU_BOOT_ERRATA_CPI (VIC_CPI_LEVEL0 + 8)
#define NR_VECTORS 256
#define NR_IRQS 224 #define NR_IRQS 224
#define NR_IRQ_VECTORS NR_IRQS #define NR_IRQ_VECTORS NR_IRQS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment