X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os.h;h=104f4a81a7f06a147a3c07732707aaa30258ee40;hb=9f8f2064bcb196c10c9d3a2b64b951d796af22b5;hp=a2699dd2d0b14e69c5091e412bf20a2dab32045f;hpb=0268b8ba7b2c79c669323cb1fcc0b045b84313f1;p=fio.git diff --git a/os.h b/os.h index a2699dd2..104f4a81 100644 --- a/os.h +++ b/os.h @@ -51,7 +51,13 @@ #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 + +#ifndef FIO_HAVE_RAWBIND +#define fio_lookup_raw(dev, majdev, mindev) #endif #endif