BoardConfig-common.mk: Enable Lazy RCU
Bug: 340860065 Flag: EXEMPT this is a boot time parameter Signed-off-by: Qais Yousef <qyousef@google.com> Change-Id: I1d45f155db9537ff176c50d36bf9c4ccb00317a5
This commit is contained in:
parent
f175d9d506
commit
e18057e16e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ TARGET_CPU_VARIANT_RUNTIME := cortex-a55
|
|||
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10870000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
||||
BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
|
||||
BOARD_KERNEL_CMDLINE += cgroup_disable=memory
|
||||
BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all
|
||||
BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all rcutree.enable_rcu_lazy
|
||||
BOARD_KERNEL_CMDLINE += swiotlb=1024
|
||||
BOARD_KERNEL_CMDLINE += cgroup.memory=nokmem
|
||||
BOARD_KERNEL_CMDLINE += sysctl.kernel.sched_pelt_multiplier=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue