diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-29 17:52:28 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-09 20:24:12 +0200 |
commit | b9cc16a5e8c8b788f4468f875e0a5eff2ba887cb (patch) | |
tree | 1592d7f4a683ff6aa2d29bd6eeaef3627242f165 /target/linux/oxnas/ox820/config-default | |
parent | 64be0eadc17988f29d0a4b89569840d917746498 (diff) | |
download | upstream-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/oxnas/ox820/config-default')
-rw-r--r-- | target/linux/oxnas/ox820/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/oxnas/ox820/config-default b/target/linux/oxnas/ox820/config-default index bb76a60968..b81f76cc25 100644 --- a/target/linux/oxnas/ox820/config-default +++ b/target/linux/oxnas/ox820/config-default @@ -78,7 +78,6 @@ CONFIG_PCI_MSI_IRQ_DOMAIN=y # CONFIG_PL310_ERRATA_753970 is not set # CONFIG_PL310_ERRATA_769419 is not set CONFIG_PM_SLEEP_SMP=y -CONFIG_RCU_CPU_STALL_TIMEOUT=21 CONFIG_RFS_ACCEL=y CONFIG_RPS=y CONFIG_RWSEM_SPIN_ON_OWNER=y |