Skip to content

Commit

Permalink
[PATCH] x86_64: Increase number of IO-APICs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 17, 2005
1 parent a158608 commit 1f5ee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-x86_64/apicdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1f5ee8d

Please sign in to comment.