mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
8e01f1bbd5
commit
1070e22534
@ -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>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user