summaryrefslogtreecommitdiff
path: root/kern/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/macros.h')
-rw-r--r--kern/macros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/macros.h b/kern/macros.h
index ddd9e587..29099c48 100644
--- a/kern/macros.h
+++ b/kern/macros.h
@@ -75,8 +75,6 @@
#define likely(expr) __builtin_expect(!!(expr), 1)
#define unlikely(expr) __builtin_expect(!!(expr), 0)
-#define barrier() asm volatile("" : : : "memory")
-
/*
* The following macros may be provided by the C environment.
*/