Limit 32-bit x86 kernels to 32 processors.

This commit is contained in:
Dave Jones 2011-09-20 17:13:44 -04:00
parent 90ed75b4f7
commit 8674cb1bd8
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

@ -2067,6 +2067,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Sep 20 2011 Dave Jones <davej@redhat.com>
- Limit 32-bit x86 kernels to 32 processors.
* Mon Sep 19 2011 Dave Jones <davej@redhat.com>
- Merge some improvements to the 32bit mmap randomisation from Kees Cook.