Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 824379ca authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by Srinivasarao P
Browse files

ANDROID: gki_config: disable per-cgroup pressure tracking



Disable per-cgroup psi tracking to prevent unnecessary overhead since
Android does not use per-cgroup psi information.

Bug: 178872719
Bug: 191734423
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
Change-Id: Ic6f84630cd478139fb8cce00410163e4e767c86a
Git-commit: 11914c382bf591ad7abe921dc6163d7d76580eca
Git-repo: https://android.googlesource.com/kernel/common/


Signed-off-by: default avatarSrinivasarao P <spathi@codeaurora.org>
parent d7c40883
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_CMDLINE="cgroup_disable=pressure"
CONFIG_CMDLINE_EXTEND=y
# CONFIG_DMI is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_NR_CPUS=32
CONFIG_EFI=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="cgroup_disable=pressure"
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set