diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-06 15:52:12 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-06 15:52:12 -0800 |
| commit | dc8d3e6090b5f715d59dc478f08a6aa706eee774 (patch) | |
| tree | dbdfb518e6e97b3fc6f2c8476e9d3f859431ee1b /include | |
| parent | 0e00c9efc00ceda5eb83c7799a49d9a22e6c3ed4 (diff) | |
[PATCH] MSI build fixes
Add missing NR_VECTORS definition to visws and pc9800. Also, make MSI
support dependent on CONFIG_X86_IO_APIC, as it won't build without IOAPIC
support.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/mach-pc9800/irq_vectors.h | 1 | ||||
| -rw-r--r-- | include/asm-i386/mach-visws/irq_vectors.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-i386/mach-pc9800/irq_vectors.h b/include/asm-i386/mach-pc9800/irq_vectors.h index 60326903f563..8d9a0fa37796 100644 --- a/include/asm-i386/mach-pc9800/irq_vectors.h +++ b/include/asm-i386/mach-pc9800/irq_vectors.h @@ -85,6 +85,7 @@ #define NR_IRQS 16 #endif +#define NR_VECTORS 256 #define NR_IRQ_VECTORS NR_IRQS #define FPU_IRQ 8 diff --git a/include/asm-i386/mach-visws/irq_vectors.h b/include/asm-i386/mach-visws/irq_vectors.h index eae621e653bc..cb572d8db505 100644 --- a/include/asm-i386/mach-visws/irq_vectors.h +++ b/include/asm-i386/mach-visws/irq_vectors.h @@ -47,8 +47,9 @@ #define TIMER_IRQ 0 /* - * + * IRQ definitions */ +#define NR_VECTORS 256 #define NR_IRQS 224 #define NR_IRQ_VECTORS NR_IRQS |
