From: Zach Brown Date: Wed, 19 Sep 2007 06:42:16 +0000 (+0200) Subject: Update syslet system call numbers X-Git-Tag: fio-1.17.2~17 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=36ddbc093ed56f510645b4021cea74b2e0d1401b;ds=sidebyside 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 --- 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