projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ce1a4
)
docs/locking: Fix outdated section names
author
SeongJae Park
<sjpark@amazon.com>
Fri, 31 Jan 2020 20:52:33 +0000
(21:52 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 5 Feb 2020 17:21:12 +0000
(10:21 -0700)
Commit
2e4f5382d12a
("locking/doc: Rename LOCK/UNLOCK to
ACQUIRE/RELEASE") has not appied to 'spinlock.rst'. This commit updates
the doc for the change.
Signed-off-by: SeongJae Park <sjpark@amazon.com>
Link:
https://lore.kernel.org/r/20200131205237.29535-2-sj38.park@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/locking/spinlocks.rst
patch
|
blob
|
history
diff --git
a/Documentation/locking/spinlocks.rst
b/Documentation/locking/spinlocks.rst
index 66e3792f8a366dba64ce79e9650a19a120ed63d1..bec96f7a9f2d7a1fc28c2f2f01cd2fd4e2977a16 100644
(file)
--- a/
Documentation/locking/spinlocks.rst
+++ b/
Documentation/locking/spinlocks.rst
@@
-25,9
+25,9
@@
worry about UP vs SMP issues: the spinlocks work correctly under both.
Documentation/memory-barriers.txt
- (5)
LOCK
operations.
+ (5)
ACQUIRE
operations.
- (6)
UNLOCK
operations.
+ (6)
RELEASE
operations.
The above is usually pretty simple (you usually need and want only one
spinlock for most things - using more than one spinlock can make things a