Move the huge page size defines into arch code
[fio.git] / os.h
diff --git a/os.h b/os.h
index da80fbd4f7207e66a0cbb9821bdfabcf389f6ebf..3f83905d5b31f4adbf5a7f1c74db8b2a444049ef 100644 (file)
--- a/os.h
+++ b/os.h
@@ -51,7 +51,9 @@
 #define SHM_HUGETLB                    0
 #define FIO_HUGE_PAGE                  0
 #else
-#define FIO_HUGE_PAGE                  (4096 * 1024)
+#ifndef FIO_HUGE_PAGE
+#define FIO_HUGE_PAGE                  4194304
+#endif
 #endif
 
 #if __GNUC__ < 3