From 36cbf57390d048256e18a1941c3b2a2ca79a395b Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 20 Sep 2011 17:10:32 -0400 Subject: [PATCH] Limit 32-bit x86 kernels to 32 processors. --- config-x86-32-generic | 2 +- kernel.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config-x86-32-generic b/config-x86-32-generic index f42d60da6..caeae9398 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 c01123810..f7582ee13 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2077,6 +2077,9 @@ fi # and build. %changelog +* Tue Sep 20 2011 Dave Jones +- Limit 32-bit x86 kernels to 32 processors. + * Tue Sep 20 2011 Ben Skeggs 3.1.0-0.rc6.git0.4.fc16 - nouveau: patch in updates queued for 3.2, mostly new hw support (GF116/GF119)