]> git.proxmox.com Git - mirror_spl.git/blobdiff - spl_config.h.in
Linux VM integration / device special files
[mirror_spl.git] / spl_config.h.in
index dfca13d099f7e466fd2c1f05a180760588bae0be..2bfb5c48733147154a82ca911bd46f9b828c1ee0 100644 (file)
@@ -18,6 +18,9 @@
 /* INIT_WORK wants 3 args */
 #undef HAVE_3ARGS_INIT_WORK
 
+/* on_each_cpu wants 3 args */
+#undef HAVE_3ARGS_ON_EACH_CPU
+
 /* kernel defines atomic64_t */
 #undef HAVE_ATOMIC64_T
 
@@ -42,6 +45,9 @@
 /* files_fdtable() is available */
 #undef HAVE_FILES_FDTABLE
 
+/* first_online_pgdat() is available */
+#undef HAVE_FIRST_ONLINE_PGDAT
+
 /* fls64() is available */
 #undef HAVE_FLS64
 
 /* monotonic_clock() is available */
 #undef HAVE_MONOTONIC_CLOCK
 
+/* next_online_pgdat() is available */
+#undef HAVE_NEXT_ONLINE_PGDAT
+
+/* next_zone() is available */
+#undef HAVE_NEXT_ZONE
+
 /* struct path used in struct nameidata */
 #undef HAVE_PATH_IN_NAMEIDATA
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to 1 to disable debug tracing */
-#undef NDEBUG
-
 /* Name of package */
 #undef PACKAGE