summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2022-07-18 17:06:39 -0700
committerLucas Wei <lucaswei@google.com>2022-07-28 13:56:20 +0000
commit6f28ccff8413630bff867113167a12a75e398c83 (patch)
treef4c36b5096653a2100773d6d116dd3e382de3c92
parent937ce6d17ddeb49298b60d785d6995380f292a76 (diff)
downloadredbull-6f28ccff8413630bff867113167a12a75e398c83.tar.gz
Disable per-cgroup PSI accounting
Per-cgroup PSI accounting is not used in Android while having small performance cost. Disable this unused feature. Bug: 233410456 Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I736c2e8e97e772156d5c8c374dfc72723d4c02ce Merged-In: I736c2e8e97e772156d5c8c374dfc72723d4c02ce
-rw-r--r--BoardConfig-common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 9e6516f1..1304dae7 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -54,6 +54,7 @@ BOARD_KERNEL_CMDLINE += spmi_pmic_arb.async_probe=1
BOARD_KERNEL_CMDLINE += ufs_qcom.async_probe=1
BOARD_KERNEL_CMDLINE += spi-geni-qcom.async_probe=1
BOARD_KERNEL_CMDLINE += cnss_utils.async_probe=1
+BOARD_KERNEL_CMDLINE += cgroup_disable=pressure
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 4096