diff options
Diffstat (limited to 'kern/atomic.h')
-rw-r--r-- | kern/atomic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/atomic.h b/kern/atomic.h index 08e7713e..940720a9 100644 --- a/kern/atomic.h +++ b/kern/atomic.h @@ -16,6 +16,9 @@ * * * Type-generic memory-model aware atomic operations. + * + * TODO Replace mentions of "memory barriers" throughout the code with + * C11 memory model terminology. */ #ifndef _KERN_ATOMIC_H |