diff options
author | Dave Jones <davej@redhat.com> | 2012-01-17 14:33:12 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-01-17 14:33:12 -0500 |
commit | d283b6f1bb095ba52e957dc155a51e2097d8c5ca (patch) | |
tree | 616c75f528fcc88b5558cfe70f8e6834393eb0e2 /config-x86_64-generic | |
parent | 96efdd95530325e0164f0fa007600b6e17b73294 (diff) | |
download | kernel-d283b6f1bb095ba52e957dc155a51e2097d8c5ca.tar.gz kernel-d283b6f1bb095ba52e957dc155a51e2097d8c5ca.tar.xz kernel-d283b6f1bb095ba52e957dc155a51e2097d8c5ca.zip |
Change maximum CPU support for x86-64.
Rawhide builds now use MAXSMP on x86.
For release builds, set x86-64 to support 64 CPUs.
If larger systems become widespread, we can increase in an update.
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index 586b010fa..344a3932a 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -12,7 +12,7 @@ CONFIG_AMD_NUMA=y CONFIG_X86_64_ACPI_NUMA=y # CONFIG_NUMA_EMU is not set -CONFIG_NR_CPUS=512 +CONFIG_NR_CPUS=64 CONFIG_PHYSICAL_START=0x1000000 CONFIG_IA32_EMULATION=y |