ARM: dts: msm: Update bootargs for kera-vm
Update the following bootargs: 1) Set memhp_default_state to automatically online memory to movable zone 2) Enable memmap_on_memory 3) Align rcu expedited parameters to reduce latency of synchronize_rcu. Change-Id: Ic8b186a65b74ba596192cbb49be0e1c3008ab7af Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
interrupt-parent = <&vgic>;
|
||||
|
||||
chosen {
|
||||
bootargs = "nokaslr log_buf_len=256K console=hvc0 loglevel=8 swiotlb=noforce";
|
||||
bootargs = "nokaslr log_buf_len=256K console=hvc0 loglevel=8 swiotlb=noforce memhp_default_state=online_movable memory_hotplug.memmap_on_memory=force rcupdate.rcu_expedited=1 rcu_nocbs=0-1";
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
Reference in New Issue
Block a user