From: James Bottomley Date: Wed, 31 Dec 2003 07:26:09 +0000 (-0800) Subject: [PATCH] MSI broke voyager build X-Git-Tag: v2.6.1-rc2~2^2~13 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=1affb93bce6823ef6e1e66bc99cb75bda312eada;p=history.git [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. --- diff --git a/include/asm-i386/mach-voyager/irq_vectors.h b/include/asm-i386/mach-voyager/irq_vectors.h index e0121b8ed500..165421f5821c 100644 --- a/include/asm-i386/mach-voyager/irq_vectors.h +++ b/include/asm-i386/mach-voyager/irq_vectors.h @@ -55,6 +55,7 @@ #define VIC_CPU_BOOT_CPI VIC_CPI_LEVEL0 #define VIC_CPU_BOOT_ERRATA_CPI (VIC_CPI_LEVEL0 + 8) +#define NR_VECTORS 256 #define NR_IRQS 224 #define NR_IRQ_VECTORS NR_IRQS