Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/memory-model: Remove reference to atomic_ops.rst

atomic_ops.rst was removed by commit f0400a77ebdc ("atomic: Delete
obsolete documentation").
Remove the broken link in tools/memory-model/Documentation/simple.txt.

Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

authored by

Akira Yokosawa and committed by
Paul E. McKenney
9146658c ba46b21b

-1
-1
tools/memory-model/Documentation/simple.txt
··· 189 189 190 190 Documentation/atomic_t.txt 191 191 Documentation/atomic_bitops.txt 192 - Documentation/core-api/atomic_ops.rst 193 192 Documentation/core-api/refcount-vs-atomic.rst 194 193 195 194 Reading code using these primitives is often also quite helpful.