sdm845-common: 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: I9e8fb209905f9873926754da8c8e295c1655aa8d
Merged-In: I9e8fb209905f9873926754da8c8e295c1655aa8d
[jjpprrrr: Note that this feature requires a backported kernel commit]
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
Suren Baghdasaryan
2022-07-18 17:04:06 -07:00
committed by Le Hong Duc
parent 72aa10f45d
commit 75884cf850

View File

@@ -30,6 +30,7 @@ BOARD_BOOT_HEADER_VERSION := 1
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0xA84000 androidboot.hardware=qcom androidboot.console=ttyMSM0 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true loop.max_part=7 androidboot.usbcontroller=a600000.dwc3
BOARD_KERNEL_CMDLINE += androidboot.boot_devices=soc/1d84000.ufshc
BOARD_KERNEL_CMDLINE += cgroup_disable=pressure
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_PAGESIZE := 4096
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)