[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>
This commit is contained in:
parent
a158608bf4
commit
1f5ee8da00
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue