From f4861c48b88ff145cc8b50655b61d6c6a411f073 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Tue, 31 Oct 2017 11:44:35 -0700 Subject: Stop setting CONFIG_MAXSMP and adjust NR_CPUS During the Kconfig factor, CONFIG_MAXSMP was set for all builds instead of just debug builds. This bumps the NR_CPUs up to 8192 which is far more than anyone actually needs for Fedora. Stop setting CONFIG_MAXSMP on non-debug configs and adjust NR_CPUs back to what it was before. --- config_generation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_generation') diff --git a/config_generation b/config_generation index 6708b1022..64ae444f4 100644 --- a/config_generation +++ b/config_generation @@ -5,7 +5,7 @@ # x86_64 x86_64=baseconfig:baseconfig-x86:baseconfig-x86-x86_64 -x86_64-debug=baseconfig:baseconfig-x86:baseconfig-x86-x86_64:debugconfig:debugconfig-x86 +x86_64-debug=baseconfig:baseconfig-x86:baseconfig-x86-x86_64:debugconfig:debugconfig-x86:debugconfig-x86-x86_64 # i686 i686=baseconfig:baseconfig-x86:baseconfig-x86-i686 -- cgit