commit | 1a4762b9272f513aa4c7d8abe7a7529540f95e2d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Nov 20 10:22:00 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Fri Jan 25 15:34:17 2019 -0800 |
tree | 93910cea8ec6e235fb557f5f70ea2cb53eac82da | |
parent | 7a968bb26a9b09b6e44c48a8036a73e0bc497dbc [diff] |
doc: Now jiffies_till_sched_qs solicits help from cond_resched() The rcutree.jiffies_till_sched_qs kernel boot parameter used to solicit help only from rcu_note_context_switch(), but now also solicits help from cond_resched(). This commit therefore updates kernel-parameters.txt accordingly. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>