From: Laszlo Ersek Date: Wed, 31 Aug 2011 14:16:14 +0000 (+0100) Subject: x86: Increase the default NR_CPUS to 256 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~9934 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9da0c5b63933b9912e3903190601661813954d0d;p=xen.git x86: Increase the default NR_CPUS to 256 Changeset 21012:ef845a385014 bumped the default to 128 about one and a half years ago. Increase it now to 256, as systems with eg. 160 logical CPUs are becoming (have become) common. Signed-off-by: Laszlo Ersek --- diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index 5bca0214c5..96b0c4c720 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -50,7 +50,7 @@ #ifdef MAX_PHYS_CPUS #define NR_CPUS MAX_PHYS_CPUS #else -#define NR_CPUS 128 +#define NR_CPUS 256 #endif #ifdef __i386__