From: Jens Axboe Date: Mon, 19 Mar 2007 09:50:47 +0000 (+0100) Subject: We can't stringify something the parser doesn't handle X-Git-Tag: fio-1.15~77 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ee0e0a718f069fae189be800c2a6e2f5c28ff9f0 We can't stringify something the parser doesn't handle The size needs to be written out in full. Signed-off-by: Jens Axboe --- diff --git a/os.h b/os.h index da80fbd4..85db5b8e 100644 --- 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