ANDROID: gki_defconfig: Enable RCU_BOOST config

Config helps to boost the priority of preempted RCU readers that
block the current preemptible RCU grace period for too long.
Enable CONFIG_RCU_BOOST for both arm64 and x86 architectures.

Bug: 234812192
Change-Id: I97225856dc696382cc78dd1520632d47da3f5f76
(cherry-picked from commit 1ac270abbda99fa6eb6101529faf1139e8eef0ce)
[quic_gurus@quicinc.com: Fixed trivial merge conflicts]
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
Guru Das Srinagesh
2023-01-30 17:09:15 -08:00
committed by Treehugger Robot
parent 94cc1bd542
commit 83571e3b13
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
CONFIG_RCU_EXPERT=y
CONFIG_RCU_BOOST=y
CONFIG_RCU_NOCB_CPU=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
+1
View File
@@ -16,6 +16,7 @@ CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
CONFIG_RCU_EXPERT=y
CONFIG_RCU_BOOST=y
CONFIG_RCU_NOCB_CPU=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y