ARM: dts: msm: Update bootargs for tuna-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: I78280accf1ecedbd56378169cb1b0c8af2428ac4 Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
@@ -14,7 +14,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