diff options
| author | James Bottomley <james.bottomley@steeleye.com> | 2003-12-30 23:26:09 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-12-30 23:26:09 -0800 |
| commit | 1affb93bce6823ef6e1e66bc99cb75bda312eada (patch) | |
| tree | abe41a5bfcf5edaa216bfc07e48afa36f8067b0d | |
| parent | 00ecacba3d0c9de12c390b714f023aaa9aeff9b6 (diff) | |
[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.
| -rw-r--r-- | include/asm-i386/mach-voyager/irq_vectors.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
