summaryrefslogtreecommitdiff
path: root/kern/latomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/latomic.h')
-rw-r--r--kern/latomic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/latomic.h b/kern/latomic.h
index 8e93028e..b766b212 100644
--- a/kern/latomic.h
+++ b/kern/latomic.h
@@ -49,9 +49,6 @@
/*
* Memory orders for local atomic operations.
- *
- * These work like those in the atomic module, but are implemented
- * with simple compiler barriers instead of full memory fences.
*/
#define LATOMIC_RELAXED __ATOMIC_RELAXED
#define LATOMIC_ACQUIRE __ATOMIC_ACQUIRE