diff options
author | Kees Cook <keescook@chromium.org> | 2011-12-07 15:11:23 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2011-12-11 10:32:23 -0800 |
commit | d493011a376f9df3b8b3da1102509b343b1a4ef2 (patch) | |
tree | 27f9c82dab0e44c772dc8b6f63108ffd208db70b /Documentation/RCU | |
parent | 4968c300e1fa5389fdf1f1ebd8b8e4aec9aa4a9e (diff) | |
download | linux-3.10-d493011a376f9df3b8b3da1102509b343b1a4ef2.tar.gz linux-3.10-d493011a376f9df3b8b3da1102509b343b1a4ef2.tar.bz2 linux-3.10-d493011a376f9df3b8b3da1102509b343b1a4ef2.zip |
docs: Additional LWN links to RCU API
Tyler Hicks pointed me at an additional article on RCU and I figured
it should probably be mentioned with the others.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r-- | Documentation/RCU/whatisRCU.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt index 8e8cdc2430b..6bbe8dcdc3d 100644 --- a/Documentation/RCU/whatisRCU.txt +++ b/Documentation/RCU/whatisRCU.txt @@ -4,6 +4,7 @@ to start learning about RCU: 1. What is RCU, Fundamentally? http://lwn.net/Articles/262464/ 2. What is RCU? Part 2: Usage http://lwn.net/Articles/263130/ 3. RCU part 3: the RCU API http://lwn.net/Articles/264090/ +4. The RCU API, 2010 Edition http://lwn.net/Articles/418853/ What is RCU? |