X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch-x86.h;h=804559d6fa904981b856275e9e5d3cfa4957da18;hp=2b47a40b20bf9a69a97a576e9d5a951e71a545de;hb=c0a6b0d8fcf07512fad42ba16613da83ceec4475;hpb=a4f4fdd7c9e46a50bc33ecef44d9f06036580ad4 diff --git a/arch-x86.h b/arch-x86.h index 2b47a40b..804559d6 100644 --- a/arch-x86.h +++ b/arch-x86.h @@ -18,12 +18,11 @@ #define __NR_sys_vmsplice 316 #endif -#ifndef __NR_async_register -#define __NR_async_register 320 -#define __NR_async_exec 321 -#define __NR_async_wait 322 -#define __NR_async_unregister 323 -#define __NR_umem_add 324 +#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 nop __asm__ __volatile__("rep;nop": : :"memory")