X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch%2Farch-sparc.h;h=f82a1f238317931a596b37fab0bc7b6b610c16f8;hp=fe47b80374e6d1afb9a843134f46adfb0081de29;hb=c69f6bf3ed1b413562d7aab1aa9c476101348726;hpb=fddc6604f91ebf76d9090741f9d4f5a4d33be0c6 diff --git a/arch/arch-sparc.h b/arch/arch-sparc.h index fe47b803..f82a1f23 100644 --- a/arch/arch-sparc.h +++ b/arch/arch-sparc.h @@ -3,21 +3,6 @@ #define FIO_ARCH (arch_sparc) -#ifndef __NR_ioprio_set -#define __NR_ioprio_set 196 -#define __NR_ioprio_get 218 -#endif - -#ifndef __NR_fadvise64 -#define __NR_fadvise64 209 -#endif - -#ifndef __NR_sys_splice -#define __NR_sys_splice 232 -#define __NR_sys_tee 280 -#define __NR_sys_vmsplice 25 -#endif - #define nop do { } while (0) #define read_barrier() __asm__ __volatile__ ("" : : : "memory")