summaryrefslogtreecommitdiff
path: root/arch/arch-hppa.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-05-20 03:46:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-20 03:46:16 +0000
commit5198dc19ac049d99835e760026de33ed6972ab0a (patch)
tree7da7fbd89e536bc8e7465f86c0b738dae13ec124 /arch/arch-hppa.h
parent9fcb2b709187bc177f79162bee1969d197f8ec33 (diff)
parenteda3a60699e1d96bb68875ef2169ca819eb8f4f9 (diff)
downloadfio-5198dc19ac049d99835e760026de33ed6972ab0a.tar.gz
Update to fio-2.20.
am: eda3a60699 Change-Id: Iba672643113fd1b737633c915e7e68012067639b
Diffstat (limited to 'arch/arch-hppa.h')
-rw-r--r--arch/arch-hppa.h15
1 files changed, 0 insertions, 15 deletions
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")