Limit 32-bit x86 kernels to 32 processors.

This commit is contained in:
Dave Jones 2011-09-20 17:10:32 -04:00
parent 1340c63c42
commit 36cbf57390
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -2077,6 +2077,9 @@ fi
# and build.
%changelog
* Tue Sep 20 2011 Dave Jones <davej@redhat.com>
- Limit 32-bit x86 kernels to 32 processors.
* Tue Sep 20 2011 Ben Skeggs <bskeggs@redhat.com> 3.1.0-0.rc6.git0.4.fc16
- nouveau: patch in updates queued for 3.2, mostly new hw support (GF116/GF119)