X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-x86.h;h=d14936cda5f1bfde9c8b66334333edcbe946ef2f;hp=96b4602752cec44113cce9889aeb415b018d0e83;hb=8a7bd8773ceb3202690f2de4a9cd0e738b5a6edc;hpb=8756e4d421722eaeb089067aeaaf317d05d53a57 diff --git a/arch-x86.h b/arch-x86.h index 96b46027..d14936cd 100644 --- a/arch-x86.h +++ b/arch-x86.h @@ -18,6 +18,15 @@ #define __NR_sys_vmsplice 316 #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 +#endif + +#define FIO_HAVE_SYSLET + #define nop __asm__ __volatile__("rep;nop": : :"memory") static inline unsigned long ffz(unsigned long bitmask)