From 806e674c8d80ae305655326865ccea2b3e4fb38c Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 4 Nov 2019 11:52:53 -0500 Subject: Update NR_CPUS for aarch64, powerpc, and s390x This aligns the setting with upstream defconfigs along with the ARK configuration. --- configs/fedora/generic/powerpc/CONFIG_NR_CPUS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/fedora/generic/powerpc') diff --git a/configs/fedora/generic/powerpc/CONFIG_NR_CPUS b/configs/fedora/generic/powerpc/CONFIG_NR_CPUS index 27d187f4d..b13ed41c9 100644 --- a/configs/fedora/generic/powerpc/CONFIG_NR_CPUS +++ b/configs/fedora/generic/powerpc/CONFIG_NR_CPUS @@ -1 +1 @@ -CONFIG_NR_CPUS=1024 +CONFIG_NR_CPUS=2048 -- cgit