Update fio io engine version
[fio.git] / arch-x86.h
index 7b17f095b3e8e8489a078ffa14531bcf99aa3dc3..aa106920aeaf5cae6a1159d64bb9818196be3be5 100644 (file)
 #endif
 
 #ifndef __NR_async_exec
-# define __NR_async_exec       320
-# define __NR_async_wait       321
-# define __NR_umem_add         322
-# define __NR_async_thread     323
+#define __NR_async_exec                320
+#define __NR_async_wait                321
+#define __NR_umem_add          322
+#define __NR_async_thread      323
 #endif
 
+#define        FIO_HUGE_PAGE           4194304
+
 #define FIO_HAVE_SYSLET
 
 #define nop    __asm__ __volatile__("rep;nop": : :"memory")