X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch%2Farch-sh.h;h=58ff22652ca833782b4f42254c87ba601883aa85;hp=f5f313d8f749d32974cf5e02924556aef7b30556;hb=HEAD;hpb=5f739e0e2912b809635fac635a8c1140155577e6 diff --git a/arch/arch-sh.h b/arch/arch-sh.h index f5f313d8..58ff2265 100644 --- a/arch/arch-sh.h +++ b/arch/arch-sh.h @@ -3,22 +3,7 @@ #ifndef ARCH_SH_H #define ARCH_SH_H -#define ARCH (arch_sh) - -#ifndef __NR_ioprio_set -#define __NR_ioprio_set 288 -#define __NR_ioprio_get 289 -#endif - -#ifndef __NR_fadvise64 -#define __NR_fadvise64 250 -#endif - -#ifndef __NR_sys_splice -#define __NR_sys_splice 313 -#define __NR_sys_tee 315 -#define __NR_sys_vmsplice 316 -#endif +#define FIO_ARCH (arch_sh) #define nop __asm__ __volatile__ ("nop": : :"memory")