X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=60261ffa9b26f2fd27e7cf88ff25a6a773d29f96;hp=af4c12cbe1815f7119511a6bdb44b39421c85161;hb=0f5064057b65b14b108ef32fc4f3380f1b01f9eb;hpb=fba5c5ff89163062922c3e560e871c087f2177c3 diff --git a/fio.c b/fio.c index af4c12cb..60261ffa 100644 --- a/fio.c +++ b/fio.c @@ -28,8 +28,8 @@ #include "fio.h" #include "smalloc.h" -uintptr_t page_mask; -uintptr_t page_size; +uintptr_t page_mask = 0; +uintptr_t page_size = 0; static int endian_check(void) {