]> xenbits.xensource.com Git - xen.git/commitdiff
x86: Increase the default NR_CPUS to 128.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 9 Mar 2010 09:54:39 +0000 (09:54 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 9 Mar 2010 09:54:39 +0000 (09:54 +0000)
We have newer systems which have more than 64 CPUs, and users
often complain some cpus can't be waken up when play with Xen.
Certainly, MAX_PHYS_CPUS option also can support more CPUs, but
it is still inconvenient for them, so change the default value to
128.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
xen/include/asm-x86/config.h

index 76539359c5e65be61c84e56d47f6fa52eb17afb8..898ad6a1c63db8c1d52c1bd9f9049ba4011c68d4 100644 (file)
@@ -49,7 +49,7 @@
 #ifdef MAX_PHYS_CPUS
 #define NR_CPUS MAX_PHYS_CPUS
 #else
-#define NR_CPUS 64
+#define NR_CPUS 128
 #endif
 
 #ifdef __i386__