diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-05-21 12:24:39 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-05-21 12:27:07 -0400 |
commit | c164624596547f7103f1287cbb5d63acbafa8164 (patch) | |
tree | 8978d149b6e31ae712c3d05c6154cbea26b14af7 /config-x86_64-generic | |
parent | 89bca4febd18fb0e7cd4eed12123a9a215f6e53f (diff) | |
download | kernel-c164624596547f7103f1287cbb5d63acbafa8164.tar.gz kernel-c164624596547f7103f1287cbb5d63acbafa8164.tar.xz kernel-c164624596547f7103f1287cbb5d63acbafa8164.zip |
Bump NR_CPUS to 128 on x86_64
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 945ad0c0a..49ed61771 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -13,7 +13,7 @@ CONFIG_X86_64_ACPI_NUMA=y # CONFIG_NUMA_EMU is not set # CONFIG_X86_NUMACHIP is not set -CONFIG_NR_CPUS=64 +CONFIG_NR_CPUS=128 CONFIG_PHYSICAL_START=0x1000000 CONFIG_IA32_EMULATION=y |