Limit 32-bit x86 kernels to 32 processors.
This commit is contained in:
parent
90ed75b4f7
commit
8674cb1bd8
@ -28,7 +28,7 @@ CONFIG_M686=y
|
|||||||
# CONFIG_MCYRIXIII is not set
|
# CONFIG_MCYRIXIII is not set
|
||||||
# CONFIG_MVIAC3_2 is not set
|
# CONFIG_MVIAC3_2 is not set
|
||||||
|
|
||||||
CONFIG_NR_CPUS=64
|
CONFIG_NR_CPUS=32
|
||||||
CONFIG_X86_GENERIC=y
|
CONFIG_X86_GENERIC=y
|
||||||
# CONFIG_X86_PPRO_FENCE is not set
|
# CONFIG_X86_PPRO_FENCE is not set
|
||||||
|
|
||||||
|
@ -2067,6 +2067,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%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>
|
* Mon Sep 19 2011 Dave Jones <davej@redhat.com>
|
||||||
- Merge some improvements to the 32bit mmap randomisation from Kees Cook.
|
- Merge some improvements to the 32bit mmap randomisation from Kees Cook.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user