summaryrefslogtreecommitdiff
path: root/kern/atomic.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-09-13 12:04:22 +0200
committerRichard Braun <rbraun@sceen.net>2019-09-13 12:04:22 +0200
commit4a23fd34e0457fdb0582dd916494815419a59479 (patch)
tree09cf33f2eacd36853974e9218105061aa5db8791 /kern/atomic.h
parentb74963a3849ad107f0519ee23d0e230cdb61c66b (diff)
Fix the documentation according to the memory modelmemory_model_dev
Also, change the ordering requirements of some operations.
Diffstat (limited to 'kern/atomic.h')
-rw-r--r--kern/atomic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/atomic.h b/kern/atomic.h
index 2ecb28f7..04a08f3f 100644
--- a/kern/atomic.h
+++ b/kern/atomic.h
@@ -24,9 +24,6 @@
* Some configurations may not support 64-bit operations. Check if the
* ATOMIC_HAVE_64B_OPS macro is defined to find out.
*
- * TODO Replace mentions of "memory barriers" throughout the code with
- * C11 memory model terminology.
- *
* TODO Decide if architecture-specific atomic operations should be
* provided, and if so, how.
*/