[kernel] r12823 - in dists/trunk/linux-2.6/debian: . config/amd64

Maximilian Attems maks at alioth.debian.org
Tue Feb 17 12:53:09 UTC 2009


Author: maks
Date: Tue Feb 17 12:53:06 2009
New Revision: 12823

Log:
[x86_64] set NR_CPUS to 512

2.6.27 saw the relevant fixes for NR_CPUS > 128 by the sgi guys:
"Yes, we are aiming at having NR_CPUS=4096 as the default for distros
using 2.6.27." Mike Travis <travis at sgi.com>

don't shoot that high but 32 is much too low, 512 is seen in fedora,
thus presumed good.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config.amd64

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Feb 17 12:53:06 2009
@@ -67,6 +67,7 @@
   * linux-libc-dev: Add versioned replaces libdrm-dev. (closes: #513604)
   * topconfig: Enable MACVLAN. (closes: #504611)
   * [ppc] BAYCOM_PAR, BAYCOM_EPP.
+  * [x86_64] set NR_CPUS to 512. (closes: #491309)
 
   [ Martin Michlmayr ]
   * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660.

Modified: dists/trunk/linux-2.6/debian/config/amd64/config.amd64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config.amd64	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config.amd64	Tue Feb 17 12:53:06 2009
@@ -2,7 +2,7 @@
 ## file: arch/x86/Kconfig
 ##
 CONFIG_SMP=y
-CONFIG_NR_CPUS=32
+CONFIG_NR_CPUS=512
 CONFIG_X86_MCE_AMD=y
 CONFIG_NUMA=y
 CONFIG_K8_NUMA=y



More information about the Kernel-svn-changes mailing list