diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-11-04 11:52:53 -0500 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-11-04 11:52:53 -0500 |
commit | 806e674c8d80ae305655326865ccea2b3e4fb38c (patch) | |
tree | 526de6f6fc92d5fb0fbd6340c11986d012ef54d9 /configs | |
parent | 5fe065b6c0e7dce82e4a85fedf5513d2d9970a41 (diff) | |
download | kernel-806e674c8d80ae305655326865ccea2b3e4fb38c.tar.gz kernel-806e674c8d80ae305655326865ccea2b3e4fb38c.tar.xz kernel-806e674c8d80ae305655326865ccea2b3e4fb38c.zip |
Update NR_CPUS for aarch64, powerpc, and s390x
This aligns the setting with upstream defconfigs along with the ARK
configuration.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS | 1 | ||||
-rw-r--r-- | configs/fedora/generic/arm/aarch64/CONFIG_NR_CPUS | 2 | ||||
-rw-r--r-- | configs/fedora/generic/powerpc/CONFIG_NR_CPUS | 2 | ||||
-rw-r--r-- | configs/fedora/generic/s390x/CONFIG_NR_CPUS | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS b/configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS deleted file mode 100644 index 441191641..000000000 --- a/configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS +++ /dev/null @@ -1 +0,0 @@ -CONFIG_NR_CPUS=8192 diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_NR_CPUS b/configs/fedora/generic/arm/aarch64/CONFIG_NR_CPUS index 0c4b1d904..4190afcbb 100644 --- a/configs/fedora/generic/arm/aarch64/CONFIG_NR_CPUS +++ b/configs/fedora/generic/arm/aarch64/CONFIG_NR_CPUS @@ -1 +1 @@ -CONFIG_NR_CPUS=256 +CONFIG_NR_CPUS=4096 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 diff --git a/configs/fedora/generic/s390x/CONFIG_NR_CPUS b/configs/fedora/generic/s390x/CONFIG_NR_CPUS index fa1ab7e94..9ce2b2de6 100644 --- a/configs/fedora/generic/s390x/CONFIG_NR_CPUS +++ b/configs/fedora/generic/s390x/CONFIG_NR_CPUS @@ -1 +1 @@ -CONFIG_NR_CPUS=64 +CONFIG_NR_CPUS=512 |