Commit d0863ebd authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] MAX_IO_APICS #ifdef'd wrongly

Patch from William Lee Irwin III <wli@holomorphy.com>

CONFIG_X86_NUMA no longer exists.  This changes the MAX_IO_APICS definition
to 32, where it is required to be so large on NUMA-Q in order to boot.
parent d80e4186
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
#define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) #define APIC_BASE (fix_to_virt(FIX_APIC_BASE))
#ifdef CONFIG_X86_NUMA #ifdef CONFIG_NUMA
#define MAX_IO_APICS 32 #define MAX_IO_APICS 32
#else #else
#define MAX_IO_APICS 8 #define MAX_IO_APICS 8
......
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