X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Farch-alpha.h;h=9318e15db9f3283e1e2241808c207cc471f9fbe8;hb=4b34a0ebcc434df76721c5f6fb68bed2229fba30;hp=c0f784f287baa2787da007a402c2880c98912071;hpb=fddc6604f91ebf76d9090741f9d4f5a4d33be0c6;p=fio.git diff --git a/arch/arch-alpha.h b/arch/arch-alpha.h index c0f784f2..9318e15d 100644 --- a/arch/arch-alpha.h +++ b/arch/arch-alpha.h @@ -3,21 +3,6 @@ #define FIO_ARCH (arch_alpha) -#ifndef __NR_ioprio_set -#define __NR_ioprio_set 442 -#define __NR_ioprio_get 443 -#endif - -#ifndef __NR_fadvise64 -#define __NR_fadvise64 413 -#endif - -#ifndef __NR_sys_splice -#define __NR_sys_splice 468 -#define __NR_sys_tee 470 -#define __NR_sys_vmsplice 471 -#endif - #define nop do { } while (0) #define read_barrier() __asm__ __volatile__("mb": : :"memory") #define write_barrier() __asm__ __volatile__("wmb": : :"memory")