From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laszlo Ersek Subject: [xen-unstable PATCH] x86: Increase the default NR_CPUS to 256 Date: Mon, 29 Aug 2011 12:41:59 +0200 Message-ID: <4E5B6CF7.3050304@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org 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. Thanks for considering. Signed-off-by: Laszlo Ersek diff -r 227130622561 xen/include/asm-x86/config.h --- a/xen/include/asm-x86/config.h Thu Aug 25 12:03:14 2011 +0100 +++ b/xen/include/asm-x86/config.h Mon Aug 29 12:33:20 2011 +0200 @@ -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__