From 69fef575e3fbb5ee6952a4f4868e31e368c4a248 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 1 Nov 2013 08:46:47 -0400 Subject: Linux v3.12-rc7-79-g4f794ee - Set NR_CPUS=1024 on non-debug x86_64 builds (MAXSMP is set on debug) --- config-x86_64-generic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-x86_64-generic') diff --git a/config-x86_64-generic b/config-x86_64-generic index 02886ceb7..3859cf0cc 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -16,7 +16,8 @@ CONFIG_X86_64_ACPI_NUMA=y CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y CONFIG_NUMA_BALANCING=y -CONFIG_NR_CPUS=128 +# https://lists.fedoraproject.org/pipermail/kernel/2013-November/004601.html +CONFIG_NR_CPUS=1024 CONFIG_PHYSICAL_START=0x1000000 CONFIG_PHYSICAL_ALIGN=0x1000000 -- cgit