Add os/os-linux-syscall.h to separate syscall NR from arch headers
[fio.git] / arch / arch-ppc.h
index 161c39c511937c9a0d4604a69fa3f63da1825f26..4a8aa97c4d9dbc01bd427e6c49e10fefbe5c41ac 100644 (file)
@@ -8,21 +8,6 @@
 
 #define FIO_ARCH       (arch_ppc)
 
-#ifndef __NR_ioprio_set
-#define __NR_ioprio_set                273
-#define __NR_ioprio_get                274
-#endif
-
-#ifndef __NR_fadvise64
-#define __NR_fadvise64         233
-#endif
-
-#ifndef __NR_sys_splice
-#define __NR_sys_splice                283
-#define __NR_sys_tee           284
-#define __NR_sys_vmsplice      285
-#endif
-
 #define nop    do { } while (0)
 
 #ifdef __powerpc64__