X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Farch-mips.h;h=6f157fbb19a30ccba3992930d7154877a7457c35;hb=035538530f86a5b3ecb8c9d0ec031562ec9b6028;hp=0b781d1dad3d794b2a7c8363d95112f4a5e46fd0;hpb=fddc6604f91ebf76d9090741f9d4f5a4d33be0c6;p=fio.git diff --git a/arch/arch-mips.h b/arch/arch-mips.h index 0b781d1d..6f157fbb 100644 --- a/arch/arch-mips.h +++ b/arch/arch-mips.h @@ -3,21 +3,6 @@ #define FIO_ARCH (arch_mips) -#ifndef __NR_ioprio_set -#define __NR_ioprio_set 314 -#define __NR_ioprio_get 315 -#endif - -#ifndef __NR_fadvise64 -#define __NR_fadvise64 215 -#endif - -#ifndef __NR_sys_splice -#define __NR_sys_splice 263 -#define __NR_sys_tee 265 -#define __NR_sys_vmsplice 266 -#endif - #define read_barrier() __asm__ __volatile__("": : :"memory") #define write_barrier() __asm__ __volatile__("": : :"memory") #define nop __asm__ __volatile__("": : :"memory")