summaryrefslogtreecommitdiff
path: root/kern/atomic.h
diff options
context:
space:
mode:
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.
*/