Split mutex.c and .h each into three files
[fio.git] / arch / arch-hppa.h
index c865a891a6afb18b45227deaf6064ac856c995a3..eb4fc3334eb527f5e06a476d2e4660c254822709 100644 (file)
@@ -1,22 +1,7 @@
 #ifndef ARCH_HPPA_H
 #define ARCH_HPPA_H
 
-#define 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 FIO_ARCH       (arch_hppa)
 
 #define nop    do { } while (0)