summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-02-20 23:04:02 +0100
committerRichard Braun <rbraun@sceen.net>2018-02-20 23:04:02 +0100
commit2fac34e6c9f29259f91352b016e6dae1ccc8b4be (patch)
tree1724ce0c1b8651ed04bc20a0cad6f6e38fa5dde4
parentfa5142c3f383241942fb8fb6de84153fc0286a6e (diff)
doc/intro(9): replace llsync with rcu
-rw-r--r--doc/intro.9.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro.9.txt b/doc/intro.9.txt
index b3367ba..5975b8b 100644
--- a/doc/intro.9.txt
+++ b/doc/intro.9.txt
@@ -88,10 +88,10 @@ module:kern/condition::
module:arch/cpu::
Architecture-specific processor interface which provides interrupt
control functions.
-module:kern/llsync::
- Lockless synchronization, similar to Linux Read-Copy Update (RCU).
module:kern/mutex::
Mutual exclusion lock.
+module:kern/rcu::
+ Read-Copy Update (RCU) lockless synchronization.
module:kern/semaphore::
Semaphore.
module:kern/sleepq::