Home
last modified time | relevance | path

Searched hist:"337 e9b07db3b8c7f7d68b849df32f434a1a3b831" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dtopology.cdiff 337e9b07db3b8c7f7d68b849df32f434a1a3b831 Tue Nov 06 21:10:53 CST 2018 Paul E. McKenney <paulmck@linux.ibm.com> sched: Replace call_rcu_sched() with call_rcu()

Now that call_rcu()'s callback is not invoked until after all
preempt-disable regions of code have completed (in addition to explicitly
marked RCU read-side critical sections), call_rcu() can be used in place
of call_rcu_sched(). This commit therefore makes that change.

While in the area, this commit also updates an outdated header comment
for for_each_domain().

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
H A Dsched.hdiff 337e9b07db3b8c7f7d68b849df32f434a1a3b831 Tue Nov 06 21:10:53 CST 2018 Paul E. McKenney <paulmck@linux.ibm.com> sched: Replace call_rcu_sched() with call_rcu()

Now that call_rcu()'s callback is not invoked until after all
preempt-disable regions of code have completed (in addition to explicitly
marked RCU read-side critical sections), call_rcu() can be used in place
of call_rcu_sched(). This commit therefore makes that change.

While in the area, this commit also updates an outdated header comment
for for_each_domain().

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>