diff options
| author | Philippe Mathieu-Daudé | 2017-07-29 00:46:04 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2017-07-31 12:12:47 +0200 |
| commit | b208ac07ea8455878bba250796be38dbe58066db (patch) | |
| tree | 49721a179263b6bc99405c110f09919764a34dac /docs | |
| parent | docs: fix broken paths to docs/devel/qapi-code-gen.txt (diff) | |
| download | qemu-b208ac07ea8455878bba250796be38dbe58066db.tar.gz qemu-b208ac07ea8455878bba250796be38dbe58066db.tar.xz qemu-b208ac07ea8455878bba250796be38dbe58066db.zip | |
docs: fix broken paths to docs/devel/atomics.txt
With the move of some docs/ to docs/devel/ on ac06724a71,
a couple of references were not updated.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/devel/lockcnt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/lockcnt.txt b/docs/devel/lockcnt.txt index 2a79b3205b..7c099bc6c8 100644 --- a/docs/devel/lockcnt.txt +++ b/docs/devel/lockcnt.txt @@ -145,7 +145,7 @@ can also be more efficient in two ways: - on some platforms, one can implement QemuLockCnt to hold the lock and the mutex in a single word, making the fast path no more expensive than simply managing a counter using atomic operations (see - docs/atomics.txt). This can be very helpful if concurrent access to + docs/devel/atomics.txt). This can be very helpful if concurrent access to the data structure is expected to be rare. |
