X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-x86.h;h=d14936cda5f1bfde9c8b66334333edcbe946ef2f;hp=804559d6fa904981b856275e9e5d3cfa4957da18;hb=7b395ca5d5f38d50f0c9d4c11fb2b51760caf119;hpb=bf0dc8fae8b21c666a0a927c1d473ad59101e7fd 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)