X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Farch-mips.h;h=6f157fbb19a30ccba3992930d7154877a7457c35;hb=refs%2Fheads%2Fmaster;hp=759d3a9fba0fae0d643d0a85b17fa5a5aaba0297;hpb=c28b912f77c3dafbdcdcf4def2c8c1f9c127100c;p=fio.git diff --git a/arch/arch-mips.h b/arch/arch-mips.h index 759d3a9f..6f157fbb 100644 --- a/arch/arch-mips.h +++ b/arch/arch-mips.h @@ -1,22 +1,7 @@ #ifndef ARCH_MIPS64_H #define ARCH_MIPS64_H -#define 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 FIO_ARCH (arch_mips) #define read_barrier() __asm__ __volatile__("": : :"memory") #define write_barrier() __asm__ __volatile__("": : :"memory")