projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a158608
)
[PATCH] x86_64: Increase number of IO-APICs
author
Andi Kleen
<ak@suse.de>
Tue, 17 May 2005 04:53:22 +0000
(21:53 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:13 +0000
(07:59 -0700)
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>
include/asm-x86_64/apicdef.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86_64/apicdef.h
b/include/asm-x86_64/apicdef.h
index 3d7627ffe67d8d0ca5c76d23f1cdcd810ef58b3f..bfebdb6906547182cb1c328d208518a300f1eabf 100644
(file)
--- 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.