ARM64/dts: sdmmagpie: Drop rcu_normal_after_boot

Android works much better with rcu_expedited, since it speeds up a lot of
procedures that are important to Android such as process death, which is
needed to free up processes' resources quickly when memory runs low.

e7654fa177

Change-Id: I4be5d1d433888b7c359102444c051c494d9e74ce
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Richard Raya 2024-04-27 09:19:57 -03:00
parent 8e01f1bbd5
commit 1070e22534

View File

@ -458,7 +458,7 @@
};
chosen {
bootargs = "rcupdate.rcu_expedited=1 rcupdate.rcu_normal_after_boot=1 rcu_nocbs=0-7 cgroup.memory=nokmem,nosocket kpti=off quiet noirqdebug mitigations=off nosoftlockup mce=ignore_ce";
bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7 cgroup.memory=nokmem,nosocket kpti=off quiet noirqdebug mitigations=off nosoftlockup mce=ignore_ce";
rng-seed = <0x12345678>;
};