aboutsummaryrefslogtreecommitdiffstats
path: root/spl_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'spl_config.h.in')
-rw-r--r--spl_config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/spl_config.h.in b/spl_config.h.in
index feb09a865..409ee372d 100644
--- a/spl_config.h.in
+++ b/spl_config.h.in
@@ -33,9 +33,15 @@
/* device_create wants 5 args */
#undef HAVE_5ARGS_DEVICE_CREATE
+/* kernel defines atomic64_cmpxchg */
+#undef HAVE_ATOMIC64_CMPXCHG
+
/* kernel defines atomic64_t */
#undef HAVE_ATOMIC64_T
+/* kernel defines atomic64_xchg */
+#undef HAVE_ATOMIC64_XCHG
+
/* class_device_create() is available */
#undef HAVE_CLASS_DEVICE_CREATE