-
Paul E. McKenney authored
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. Signed-off-by:
Paul E. McKenney <paulmck@linux.ibm.com>
Paul E. McKenney authoredNow 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. Signed-off-by:
Paul E. McKenney <paulmck@linux.ibm.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
mmu_gather.c 6.31 KiB