[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH]x86: Increase the default NR_CPUS to 128.
x86: Increase the default NR_CPUS to 128. 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@xxxxxxxxx> diff -r 1afa8d7bb9ad xen/include/asm-x86/config.h --- a/xen/include/asm-x86/config.h Mon Mar 08 21:34:43 2010 +0000 +++ b/xen/include/asm-x86/config.h Tue Mar 09 09:41:37 2010 +0800 @@ -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__ Attachment:
change-default-upper-limit-for-cpu-number.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |