diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-04-01 05:09:53 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-06-14 16:00:58 -0700 |
commit | 2921b12362babf5af7d45e7b933637cfdfdf6a2a (patch) | |
tree | 372a7387f6e11e0d4115d90ee308b43f7c313038 /Documentation/RCU | |
parent | af8c34ce6ae32addda3788d54a7e340cad22516b (diff) | |
download | linux-exynos-2921b12362babf5af7d45e7b933637cfdfdf6a2a.tar.gz linux-exynos-2921b12362babf5af7d45e7b933637cfdfdf6a2a.tar.bz2 linux-exynos-2921b12362babf5af7d45e7b933637cfdfdf6a2a.zip |
documentation: Add reference to 2014 RCU API LWN article
Reported-by: Jim Roskind <jar@roskind.com>
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 111770ffa10e..13266cff42ff 100644 --- a/Documentation/RCU/whatisRCU.txt +++ b/Documentation/RCU/whatisRCU.txt @@ -5,6 +5,7 @@ to start learning about RCU: 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/ +5. The RCU API, 2014 Edition http://lwn.net/Articles/609904/ What is RCU? |