Skip to content
Snippets Groups Projects
Commit fff65dbe authored by Rosen Penev's avatar Rosen Penev Committed by John Crispin
Browse files

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: default avatarRosen Penev <rosenp@gmail.com>
parent 2737cea0
No related branches found
No related tags found
No related merge requests found
...@@ -331,7 +331,7 @@ CONFIG_NO_BOOTMEM=y ...@@ -331,7 +331,7 @@ CONFIG_NO_BOOTMEM=y
CONFIG_NO_HZ=y CONFIG_NO_HZ=y
CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_COMMON=y
CONFIG_NO_HZ_IDLE=y CONFIG_NO_HZ_IDLE=y
CONFIG_NR_CPUS=4 CONFIG_NR_CPUS=2
CONFIG_NVMEM=y CONFIG_NVMEM=y
CONFIG_OF=y CONFIG_OF=y
CONFIG_OF_ADDRESS=y CONFIG_OF_ADDRESS=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment