summaryrefslogtreecommitdiffstats
path: root/tools/include/asm/barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/asm/barrier.h')
-rw-r--r--tools/include/asm/barrier.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/include/asm/barrier.h b/tools/include/asm/barrier.h
new file mode 100644
index 000000000000..9a55c12d6f41
--- /dev/null
+++ b/tools/include/asm/barrier.h
@@ -0,0 +1,3 @@
+#if defined(__i386__) || defined(__x86_64__)
+#include "../../arch/x86/include/asm/barrier.h"
+#endif