ARM64: configs: enable Lazy RCU and regenerate
This commit is contained in:
parent
892398140b
commit
757f0039df
2 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,8 @@ CONFIG_RCU_FAST_NO_HZ=y
|
|||
CONFIG_RCU_BOOST=y
|
||||
CONFIG_RCU_BOOST_DELAY=500
|
||||
CONFIG_RCU_NOCB_CPU=y
|
||||
CONFIG_RCU_LAZY=y
|
||||
CONFIG_RCU_BOOT_END_DELAY=20000
|
||||
# CONFIG_TASKS_TRACE_RCU_READ_MB is not set
|
||||
# end of RCU Subsystem
|
||||
|
||||
|
|
|
@ -126,6 +126,8 @@ CONFIG_RCU_FAST_NO_HZ=y
|
|||
CONFIG_RCU_BOOST=y
|
||||
CONFIG_RCU_BOOST_DELAY=500
|
||||
CONFIG_RCU_NOCB_CPU=y
|
||||
CONFIG_RCU_LAZY=y
|
||||
CONFIG_RCU_BOOT_END_DELAY=20000
|
||||
# CONFIG_TASKS_TRACE_RCU_READ_MB is not set
|
||||
# end of RCU Subsystem
|
||||
|
||||
|
|
Loading…
Reference in a new issue