diff options
author | Jiunn Chang <c0d1n61at3@gmail.com> | 2019-06-27 23:01:47 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-28 17:10:40 +0200 |
commit | acb6258acc4fbb76449eec6d0c7ca25254671e31 (patch) | |
tree | 4495e4d1aafd5a21ff877ece56e779a5866de47c /arch | |
parent | docs: format kernel-parameters -- as code (diff) | |
download | linux-acb6258acc4fbb76449eec6d0c7ca25254671e31.tar.xz linux-acb6258acc4fbb76449eec6d0c7ca25254671e31.zip |
doc: RCU callback locks need only _bh, not necessarily _irq
The UP.rst file calls for locks acquired within RCU callback functions
to use _irq variants (spin_lock_irqsave() or similar), which does work,
but can be overkill. This commit therefore instead calls for _bh variants
(spin_lock_bh() or similar), while noting that _irq does work.
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Signed-off-by: Jiunn Chang <c0d1n61at3@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions