diff options
author | Andi Kleen <ak@suse.de> | 2005-05-16 21:53:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 07:59:13 -0700 |
commit | 1f5ee8da005f50d9f46ae5a7edba9a9c2d37b32e (patch) | |
tree | 4abd4f432bd1d8def0992ee55bb00a0d556122d3 /include/asm-x86_64/apicdef.h | |
parent | a158608bf4c6260caf26089b00a000851e11357a (diff) |
[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/apicdef.h')
-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 3d7627ffe67..bfebdb69065 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. |