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
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 9e6516f..1304dae 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -54,6 +54,7 @@
 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