diff options
author | Silvio Fricke <silvio.fricke@gmail.com> | 2016-11-28 18:30:55 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-30 17:40:52 -0700 |
commit | 326bc876fed4fad2f46dd1be637e90e1b525ee8c (patch) | |
tree | 5102e315cdf5904aee9f9ecd696874d64e1515ec /Documentation/process | |
parent | c232694ec155daf5a863b25745646edc3f61ba70 (diff) | |
download | linux-326bc876fed4fad2f46dd1be637e90e1b525ee8c.tar.bz2 |
Documentation/atomic_ops.txt: convert to ReST markup
... and move to core-api folder.
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/volatile-considered-harmful.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/process/volatile-considered-harmful.rst b/Documentation/process/volatile-considered-harmful.rst index e0d042af386c..4934e656a6f3 100644 --- a/Documentation/process/volatile-considered-harmful.rst +++ b/Documentation/process/volatile-considered-harmful.rst @@ -1,3 +1,6 @@ + +.. _volatile_considered_harmful: + Why the "volatile" type class should not be used ------------------------------------------------ |