From: Jens Axboe Date: Wed, 28 Feb 2007 07:57:27 +0000 (+0100) Subject: syslet: x86_64 support X-Git-Tag: fio-1.13~28 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=1ff2a7eb468833dd03ccc2cc27a76c5bc7055297;hp=bcd83c12481d45c8ba2b8759ffa06fd85421fd50 syslet: x86_64 support Signed-off-by: Jens Axboe --- diff --git a/arch-x86_64.h b/arch-x86_64.h index 221ab907..d53c9a22 100644 --- a/arch-x86_64.h +++ b/arch-x86_64.h @@ -18,6 +18,15 @@ #define __NR_sys_vmsplice 278 #endif +#ifndef __NR_async_exec +#define __NR_async_exec 280 +#define __NR_async_wait 281 +#define __NR_umem_add 282 +#define __NR_async_thread 283 +#endif + +#define FIO_HAVE_SYSLET + #define nop __asm__ __volatile__("rep;nop": : :"memory") static inline unsigned long ffz(unsigned long bitmask)