syslet: x86_64 support
authorJens Axboe <jens.axboe@oracle.com>
Wed, 28 Feb 2007 07:57:27 +0000 (08:57 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 28 Feb 2007 07:57:27 +0000 (08:57 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
arch-x86_64.h

index 221ab9077ab9943542d93b3b139d11650f931a3d..d53c9a22aef24a328f70a04cac005d6dcc790547 100644 (file)
 #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)