summaryrefslogtreecommitdiff
path: root/arch/arch-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arch-mips.h')
-rw-r--r--arch/arch-mips.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arch-mips.h b/arch/arch-mips.h
deleted file mode 100644
index 6f157fbb..00000000
--- a/arch/arch-mips.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef ARCH_MIPS64_H
-#define ARCH_MIPS64_H
-
-#define FIO_ARCH (arch_mips)
-
-#define read_barrier() __asm__ __volatile__("": : :"memory")
-#define write_barrier() __asm__ __volatile__("": : :"memory")
-#define nop __asm__ __volatile__("": : :"memory")
-
-#endif