X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch-x86.h;h=d14936cda5f1bfde9c8b66334333edcbe946ef2f;hb=e4e33258637e55550a0fac59eb3350e8bf06f8e6;hp=804559d6fa904981b856275e9e5d3cfa4957da18;hpb=bf0dc8fae8b21c666a0a927c1d473ad59101e7fd;p=fio.git diff --git a/arch-x86.h b/arch-x86.h index 804559d6..d14936cd 100644 --- a/arch-x86.h +++ b/arch-x86.h @@ -19,12 +19,14 @@ #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_HAVE_SYSLET + #define nop __asm__ __volatile__("rep;nop": : :"memory") static inline unsigned long ffz(unsigned long bitmask)