We can't stringify something the parser doesn't handle
authorJens Axboe <jens.axboe@oracle.com>
Mon, 19 Mar 2007 09:50:47 +0000 (10:50 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 19 Mar 2007 09:50:47 +0000 (10:50 +0100)
The size needs to be written out in full.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
os.h

diff --git a/os.h b/os.h
index da80fbd4f7207e66a0cbb9821bdfabcf389f6ebf..85db5b8e47a07a1376e0baaa373bc82f1f70a0ed 100644 (file)
--- a/os.h
+++ b/os.h
@@ -51,7 +51,7 @@
 #define SHM_HUGETLB                    0
 #define FIO_HUGE_PAGE                  0
 #else
-#define FIO_HUGE_PAGE                  (4096 * 1024)
+#define FIO_HUGE_PAGE                  4194304
 #endif
 
 #if __GNUC__ < 3