diff options
author | Andi Kleen <ak@suse.de> | 2005-05-17 06:53:22 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 16:59:13 +0200 |
commit | 1f5ee8da005f50d9f46ae5a7edba9a9c2d37b32e (patch) | |
tree | 4abd4f432bd1d8def0992ee55bb00a0d556122d3 /include/asm-x86_64 | |
parent | [PATCH] x86_64/i386: fix defaults for physical/core id in /proc/cpuinfo (diff) | |
download | linux-1f5ee8da005f50d9f46ae5a7edba9a9c2d37b32e.tar.xz linux-1f5ee8da005f50d9f46ae5a7edba9a9c2d37b32e.zip |
[PATCH] x86_64: Increase number of IO-APICs
Needed by big systems and only costs a few K of memory.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/apicdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/apicdef.h b/include/asm-x86_64/apicdef.h index 3d7627ffe67d..bfebdb690654 100644 --- a/include/asm-x86_64/apicdef.h +++ b/include/asm-x86_64/apicdef.h @@ -112,7 +112,7 @@ #define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) -#define MAX_IO_APICS 32 +#define MAX_IO_APICS 128 /* * All x86-64 systems are xAPIC compatible. |