X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch%2Farch-x86.h;h=9471a891c9f0db5ad0cf8fa616e2f4c687fec1dd;hp=385a9124ec5ee9ef416201ba6d730b6d3aafd7e1;hb=6562685f373b9bc5f1ed909281737f55b34934a4;hpb=aa7d2ef092d5a8e417fcddaf8808fb0d48f1064b diff --git a/arch/arch-x86.h b/arch/arch-x86.h index 385a9124..9471a891 100644 --- a/arch/arch-x86.h +++ b/arch/arch-x86.h @@ -29,6 +29,13 @@ static inline void do_cpuid(unsigned int *eax, unsigned int *ebx, #define __NR_sys_vmsplice 316 #endif +#ifndef __NR_preadv2 +#define __NR_preadv2 378 +#endif +#ifndef __NR_pwritev2 +#define __NR_pwritev2 379 +#endif + #define FIO_HUGE_PAGE 4194304 #define nop __asm__ __volatile__("rep;nop": : :"memory")