aboutsummaryrefslogtreecommitdiff
path: root/libatomic/config/arm/host-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libatomic/config/arm/host-config.h')
-rw-r--r--libatomic/config/arm/host-config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libatomic/config/arm/host-config.h b/libatomic/config/arm/host-config.h
new file mode 100644
index 0000000..bbf4a3f
--- /dev/null
+++ b/libatomic/config/arm/host-config.h
@@ -0,0 +1,4 @@
+/* Avoiding the DMB (or kernel helper) can be a good thing. */
+#define WANT_SPECIALCASE_RELAXED
+
+#include_next <host-config.h>