ANDROID: gki_defconfig: Enable RCU_NOCB_CPU_ALL and LAZY_RCU by default
Set the default to enabled for LAZY_RCU and RCU_NOCB_CPU_ALL Lazy RCU showed nice power benefits in earlier kernels, so lets set it to be enabled by default (vendors can still disable it via boot argument: "enable_rcu_lazy=false rcu_nocbs ") Bug: 388353033 Change-Id: I5943772e1bc8fc107ed00f2ddd49ef8b59a24dc7 Signed-off-by: John Stultz <jstultz@google.com>
This commit is contained in:
@@ -18,8 +18,8 @@ CONFIG_PSI=y
|
||||
CONFIG_RCU_EXPERT=y
|
||||
CONFIG_RCU_BOOST=y
|
||||
CONFIG_RCU_NOCB_CPU=y
|
||||
CONFIG_RCU_NOCB_CPU_DEFAULT_ALL=y
|
||||
CONFIG_RCU_LAZY=y
|
||||
CONFIG_RCU_LAZY_DEFAULT_OFF=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=m
|
||||
|
||||
@@ -19,8 +19,8 @@ CONFIG_PSI=y
|
||||
CONFIG_RCU_EXPERT=y
|
||||
CONFIG_RCU_BOOST=y
|
||||
CONFIG_RCU_NOCB_CPU=y
|
||||
CONFIG_RCU_NOCB_CPU_DEFAULT_ALL=y
|
||||
CONFIG_RCU_LAZY=y
|
||||
CONFIG_RCU_LAZY_DEFAULT_OFF=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=m
|
||||
|
||||
Reference in New Issue
Block a user