All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asm,x86: Set max CPUs to 512 instead of 256.
@ 2015-01-22 16:52 Konrad Rzeszutek Wilk
  2015-01-22 17:04 ` [PATCH] asm, x86: " Andrew Cooper
  2015-01-23 11:25 ` Jan Beulich
  0 siblings, 2 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-01-22 16:52 UTC (permalink / raw)
  To: xen-devel, JBeulich, andrew.cooper3; +Cc: Konrad Rzeszutek Wilk

Contemporary servers sport now 480 CPUs or such. We should crank
up the default amount of CPUs to a higher level to take advantage
of this without having the distro to use 'max_phys_cpus' override.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 xen/include/asm-x86/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h
index 2fbd68d..d450696 100644
--- a/xen/include/asm-x86/config.h
+++ b/xen/include/asm-x86/config.h
@@ -64,7 +64,7 @@
 #ifdef MAX_PHYS_CPUS
 #define NR_CPUS MAX_PHYS_CPUS
 #else
-#define NR_CPUS 256
+#define NR_CPUS 512
 #endif
 
 /* Linkage for x86 */
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-23 11:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22 16:52 [PATCH] asm,x86: Set max CPUs to 512 instead of 256 Konrad Rzeszutek Wilk
2015-01-22 17:04 ` [PATCH] asm, x86: " Andrew Cooper
2015-01-22 19:03   ` Konrad Rzeszutek Wilk
2015-01-22 20:04   ` Konrad Rzeszutek Wilk
2015-01-23 11:25 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.