mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ARM64/dts: sdmmagpie: Avoid run-time IPIs from expedited grace periods
Real-time systems desiring fast boot but wishing to avoid run-time IPIs from expedited grace periods would therefore set both rcupdate.rcu_expedited=1 and rcupdate.rcu_normal_after_boot=1 . Lookup: https://lwn.net/Articles/777214/ Change-Id: I0b1f41657963e2581e119a599cd9869f2f7d2c0e Signed-off-by: Panchajanya1999 <panchajanya@azure-dev.live> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
bcb85c577f
commit
ff49d01dca
@ -458,7 +458,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "rcu_nocbs=0-7 kpti=off noirqdebug mitigations=off";
|
||||
bootargs = "rcupdate.rcu_expedited=1 rcupdate.rcu_normal_after_boot=1 rcu_nocbs=0-7 kpti=off noirqdebug mitigations=off";
|
||||
rng-seed = <0x12345678>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user