]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Replace call_rcu_sched() with call_rcu()
authorPaul E. McKenney <paulmck@linux.ibm.com>
Wed, 7 Nov 2018 03:10:53 +0000 (19:10 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 25 Jan 2019 23:28:22 +0000 (15:28 -0800)
commit698adb8ca82d41973b5415a91fdede33a3b85789
treec950596dd69fd76bb45cffde58abfa45241432b9
parentd912f141aaffb32615e1249a1a2d28a5e6f58fde
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>
kernel/sched/sched.h
kernel/sched/topology.c