From 36ddbc093ed56f510645b4021cea74b2e0d1401b Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 19 Sep 2007 08:42:16 +0200 Subject: [PATCH 1/1] Update syslet system call numbers System calls have been added to mainline while syslets has been pending. Signed-off-by: Zach Brown Signed-off-by: Jens Axboe --- arch/arch-x86.h | 8 ++++---- arch/arch-x86_64.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arch-x86.h b/arch/arch-x86.h index 574383a6..7bb8ffb9 100644 --- a/arch/arch-x86.h +++ b/arch/arch-x86.h @@ -19,10 +19,10 @@ #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 325 +#define __NR_async_wait 326 +#define __NR_umem_add 327 +#define __NR_async_thread 328 #endif #define FIO_HUGE_PAGE 4194304 diff --git a/arch/arch-x86_64.h b/arch/arch-x86_64.h index fabdb9ad..4f75addc 100644 --- a/arch/arch-x86_64.h +++ b/arch/arch-x86_64.h @@ -19,10 +19,10 @@ #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 +#define __NR_async_exec 286 +#define __NR_async_wait 287 +#define __NR_umem_add 288 +#define __NR_async_thread 289 #endif #define FIO_HUGE_PAGE 2097152 -- 2.25.1