diff options
author | SeongJae Park <sjpark@amazon.de> | 2020-01-06 21:08:01 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-02-27 07:03:13 -0800 |
commit | 06a649b314b3e579cfe1c50112c30e3127a36dba (patch) | |
tree | 95b2a849eab50862e40b80e131dc70d053ffa7d6 /Documentation/RCU | |
parent | 6a534b299ab20bdb345d3a6df0fc557c963fc50d (diff) |
doc/RCU/rcu: Use https instead of http if possible
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r-- | Documentation/RCU/rcu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/rcu.rst b/Documentation/RCU/rcu.rst index 2a830c51477e..0e03c6ef3147 100644 --- a/Documentation/RCU/rcu.rst +++ b/Documentation/RCU/rcu.rst @@ -79,7 +79,7 @@ Frequently Asked Questions Of these, one was allowed to lapse by the assignee, and the others have been contributed to the Linux kernel under GPL. There are now also LGPL implementations of user-level RCU - available (http://liburcu.org/). + available (https://liburcu.org/). - I hear that RCU needs work in order to support realtime kernels? |