aboutsummaryrefslogtreecommitdiff
path: root/kernel/livepatch/patch.c
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2018-11-07 14:01:39 -0800
committerPaul E. McKenney <[email protected]>2018-12-01 12:38:48 -0800
commitd5cccfc7b772b8a20b06557f1b7c066e7fc2c393 (patch)
tree9c8a801576e6b811c5b93acd4001e928df88fc36 /kernel/livepatch/patch.c
parente3e740544173ef0dd8bffbf158182a7748e6c678 (diff)
types: Remove call_rcu_bh() and call_rcu_sched()
Now that call_rcu()'s callback is not invoked until after bh-disable and 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_bh() and call_rcu_sched(). This commit therefore removes these two API members from the callback_head structure's header comment. Signed-off-by: Paul E. McKenney <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Alexey Dobriyan <[email protected]>
Diffstat (limited to 'kernel/livepatch/patch.c')
0 files changed, 0 insertions, 0 deletions