[kernel] Limit 32-bit x86 kernels to 32 processors.

Dave Jones davej at fedoraproject.org
Tue Sep 20 21:14:01 UTC 2011


commit 8674cb1bd896989a4b1b3c67a7831fc33141363b
Author: Dave Jones <davej at redhat.com>
Date:   Tue Sep 20 17:13:44 2011 -0400

    Limit 32-bit x86 kernels to 32 processors.

 config-x86-32-generic |    2 +-
 kernel.spec           |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-x86-32-generic b/config-x86-32-generic
index f42d60d..caeae93 100644
--- a/config-x86-32-generic
+++ b/config-x86-32-generic
@@ -28,7 +28,7 @@ CONFIG_M686=y
 # CONFIG_MCYRIXIII is not set
 # CONFIG_MVIAC3_2 is not set
 
-CONFIG_NR_CPUS=64
+CONFIG_NR_CPUS=32
 CONFIG_X86_GENERIC=y
 # CONFIG_X86_PPRO_FENCE is not set
 
diff --git a/kernel.spec b/kernel.spec
index 0430ab6..a3db79f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2067,6 +2067,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue Sep 20 2011 Dave Jones <davej at redhat.com>
+- Limit 32-bit x86 kernels to 32 processors.
+
 * Mon Sep 19 2011 Dave Jones <davej at redhat.com>
 - Merge some improvements to the 32bit mmap randomisation from Kees Cook.
 


More information about the scm-commits mailing list