aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-5.4
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-08-29 17:52:28 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-09-09 20:24:12 +0200
commitb9cc16a5e8c8b788f4468f875e0a5eff2ba887cb (patch)
tree1592d7f4a683ff6aa2d29bd6eeaef3627242f165 /target/linux/generic/config-5.4
parent64be0eadc17988f29d0a4b89569840d917746498 (diff)
downloadupstream-b9cc16a5e8c8b788f4468f875e0a5eff2ba887cb.tar.gz
upstream-b9cc16a5e8c8b788f4468f875e0a5eff2ba887cb.tar.bz2
upstream-b9cc16a5e8c8b788f4468f875e0a5eff2ba887cb.zip
kernel: Set CONFIG_RCU_CPU_STALL_TIMEOUT=21
The default value for CONFIG_RCU_CPU_STALL_TIMEOUT was changed from 60 seconds to 21 seconds in 2012 in the upstream kernel. Some targets already use 21 seconds. This patch changes the default value in the generic configuration to 21 seconds and removes the target specific configuration options. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/config-5.4')
-rw-r--r--target/linux/generic/config-5.42
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 7819d35fc9..a568a9ea7f 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -4259,7 +4259,7 @@ CONFIG_PWRSEQ_SIMPLE=y
# CONFIG_RAW_DRIVER is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_RCU_BOOST is not set
-CONFIG_RCU_CPU_STALL_TIMEOUT=60
+CONFIG_RCU_CPU_STALL_TIMEOUT=21
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_RCU_EXPEDITE_BOOT is not set
# CONFIG_RCU_EXPERT is not set