diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-06-06 18:33:59 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-07 09:06:19 +0200 |
commit | fff65dbe2436351ea1feee6c79110971ec4d5881 (patch) | |
tree | a1290eea96367b882857f884ea913d6b2f43bf48 /target/linux | |
parent | 2737cea0bb117013875ee33916bb4b9deae9ea47 (diff) | |
download | upstream-fff65dbe2436351ea1feee6c79110971ec4d5881.tar.gz upstream-fff65dbe2436351ea1feee6c79110971ec4d5881.tar.bz2 upstream-fff65dbe2436351ea1feee6c79110971ec4d5881.zip |
ipq806x: Limit NR_CPUS to 2
ipq806x is all dual core processors. ipq807x is quad core. Removes this
from dmesg:
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/config-4.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/config-4.14 b/target/linux/ipq806x/config-4.14 index 8d31e4f77d..d64e40637e 100644 --- a/target/linux/ipq806x/config-4.14 +++ b/target/linux/ipq806x/config-4.14 @@ -331,7 +331,7 @@ CONFIG_NO_BOOTMEM=y CONFIG_NO_HZ=y CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y -CONFIG_NR_CPUS=4 +CONFIG_NR_CPUS=2 CONFIG_NVMEM=y CONFIG_OF=y CONFIG_OF_ADDRESS=y |