summaryrefslogtreecommitdiff
path: root/kern/atomic.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-08-20 13:36:12 +0200
committerRichard Braun <rbraun@sceen.net>2019-08-20 13:36:12 +0200
commitc15a8b25d7ddd9e094cd1920a7b0da5a2002cfe6 (patch)
tree74160c275974c1ef03690f2adc8149bdc732270a /kern/atomic.h
parent0eb44e36d9a699ee00ab8e33a5f913f81955df2d (diff)
Add content to the memory man page
Diffstat (limited to 'kern/atomic.h')
-rw-r--r--kern/atomic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/atomic.h b/kern/atomic.h
index ae0ceeb9..2ecb28f7 100644
--- a/kern/atomic.h
+++ b/kern/atomic.h
@@ -26,6 +26,9 @@
*
* 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.
*/
#ifndef KERN_ATOMIC_H