summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-08-16 20:51:07 +0200
committerRichard Braun <rbraun@sceen.net>2019-08-16 20:51:07 +0200
commiteca41c204162da52e54ca340f6a73d13bbdc7a7b (patch)
treee7bd90350898608ad42d10194a9094935258e416
parentee36387173ae510d23359fd76feee257db9ecbb6 (diff)
Remove a mention of compiler barrier
-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