diff options
author | Dave Jones <davej@redhat.com> | 2011-09-20 17:13:44 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-09-20 17:13:44 -0400 |
commit | 8674cb1bd896989a4b1b3c67a7831fc33141363b (patch) | |
tree | 9a9c84d56a746c6dc64f2d847f813c4322317492 /config-x86-32-generic | |
parent | 90ed75b4f7f7307ae77253facb001d2425073df7 (diff) | |
download | kernel-8674cb1bd896989a4b1b3c67a7831fc33141363b.tar.gz kernel-8674cb1bd896989a4b1b3c67a7831fc33141363b.tar.xz kernel-8674cb1bd896989a4b1b3c67a7831fc33141363b.zip |
Limit 32-bit x86 kernels to 32 processors.
Diffstat (limited to 'config-x86-32-generic')
-rw-r--r-- | config-x86-32-generic | 2 |
1 files changed, 1 insertions, 1 deletions
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 |