[kernel] Bump x86 NR_CPUS to 64. (Still 512/256 on x86_64.)

Kyle McMartin kyle at fedoraproject.org
Fri Sep 24 02:30:57 UTC 2010


commit 2e2bb0af9071d7fd530f8c34a3843728928268df
Author: Kyle McMartin <kyle at dreadnought.i.jkkm.org>
Date:   Thu Sep 23 22:30:56 2010 -0400

    Bump x86 NR_CPUS to 64. (Still 512/256 on x86_64.)

 config-x86-generic |    2 +-
 kernel.spec        |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-x86-generic b/config-x86-generic
index 9b80da7..ba39935 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -37,7 +37,7 @@ CONFIG_M686=y
 # CONFIG_MCYRIXIII is not set
 # CONFIG_MVIAC3_2 is not set
 CONFIG_SMP=y
-CONFIG_NR_CPUS=32
+CONFIG_NR_CPUS=64
 CONFIG_X86_GENERIC=y
 # CONFIG_X86_PPRO_FENCE is not set
 CONFIG_HPET=y
diff --git a/kernel.spec b/kernel.spec
index 692d233..89fc461 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1930,6 +1930,9 @@ fi
 #                 ||     ||
 
 %changelog
+* Thu Sep 23 2010 Kyle McMartin <kyle at redhat.com>
+- Bump x86 NR_CPUS to 64. (Still 512/256 on x86_64.)
+
 * Thu Sep 23 2010 Chuck Ebbert <cebbert at redhat.com> 2.6.36-0.26.rc5.git4
 - Linux 2.6.36-rc5-git4
 - Drop merged patches:


More information about the scm-commits mailing list