X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Farch-x86-common.h;fp=arch%2Farch-x86-common.h;h=f32835cce33bc4a74adeb5b9ad59f49515bceeeb;hb=bfed648c9dae6a2459cb43f55c14d8303dcec07b;hp=87925bdc2de90f0843dd1d0468d833898c49910d;hpb=ac694f66968fe7b18c820468abd8333f3df333fb;p=fio.git diff --git a/arch/arch-x86-common.h b/arch/arch-x86-common.h index 87925bdc..f32835cc 100644 --- a/arch/arch-x86-common.h +++ b/arch/arch-x86-common.h @@ -3,16 +3,6 @@ #include -#ifndef __NR_sys_io_uring_setup -#define __NR_sys_io_uring_setup 425 -#endif -#ifndef __NR_sys_io_uring_enter -#define __NR_sys_io_uring_enter 426 -#endif -#ifndef __NR_sys_io_uring_register -#define __NR_sys_io_uring_register 427 -#endif - static inline void cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) @@ -23,7 +13,6 @@ static inline void cpuid(unsigned int op, } #define ARCH_HAVE_INIT -#define ARCH_HAVE_IOURING extern bool tsc_reliable; extern int arch_random;