X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch%2Farch-hppa.h;h=eb4fc3334eb527f5e06a476d2e4660c254822709;hp=c1c079ed0165757c51e7a2be6c156f60d65a2698;hb=e12f4ede4656ace90e0b9022963dbc03b4ba1fe2;hpb=fddc6604f91ebf76d9090741f9d4f5a4d33be0c6 diff --git a/arch/arch-hppa.h b/arch/arch-hppa.h index c1c079ed..eb4fc333 100644 --- a/arch/arch-hppa.h +++ b/arch/arch-hppa.h @@ -3,21 +3,6 @@ #define FIO_ARCH (arch_hppa) -#ifndef __NR_ioprio_set -#define __NR_ioprio_set 267 -#define __NR_ioprio_get 268 -#endif - -#ifndef __NR_fadvise64 -#define __NR_fadvise64 236 -#endif - -#ifndef __NR_sys_splice -#define __NR_sys_splice 291 -#define __NR_sys_tee 293 -#define __NR_sys_vmsplice 294 -#endif - #define nop do { } while (0) #define read_barrier() __asm__ __volatile__ ("" : : : "memory")