diff options
author | John Snow <jsnow@redhat.com> | 2020-10-09 12:15:23 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2020-10-10 11:37:46 +0200 |
commit | 1ec43ca42e153414f586aeda45f37acffbfd1ca1 (patch) | |
tree | 64494f6e08159565190f1477f8d539fceff3b55a /docs/devel/multi-thread-tcg.rst | |
parent | 4a7c0bd9dcb08798c6f82e55b5a3423f7ee669f1 (diff) |
docs: repair broken references
In two different places, we are not making a cross-reference to some
resource correctly.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20201009161558.107041-2-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs/devel/multi-thread-tcg.rst')
-rw-r--r-- | docs/devel/multi-thread-tcg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst index 21483870db..92a9eba13c 100644 --- a/docs/devel/multi-thread-tcg.rst +++ b/docs/devel/multi-thread-tcg.rst @@ -267,7 +267,7 @@ of view of external observers (e.g. another processor core). They can apply to any memory operations as well as just loads or stores. The Linux kernel has an excellent `write-up -<https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/memory-barriers.txt>` +<https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/memory-barriers.txt>`_ on the various forms of memory barrier and the guarantees they can provide. |