X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farch-alpha.h;h=9318e15db9f3283e1e2241808c207cc471f9fbe8;hb=fc220349e45144360917db48010b503a9874930d;hp=c0f784f287baa2787da007a402c2880c98912071;hpb=cca84643cc10cd72b0b453ff92ccb8643ba51493;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")