arch: raise an error when compiling for an unknown ARM platform
[fio.git] / arch / arch-mips.h
CommitLineData
c28b912f
JA
1#ifndef ARCH_MIPS64_H
2#define ARCH_MIPS64_H
3
cca84643 4#define FIO_ARCH (arch_mips)
c28b912f 5
c28b912f
JA
6#define read_barrier() __asm__ __volatile__("": : :"memory")
7#define write_barrier() __asm__ __volatile__("": : :"memory")
8#define nop __asm__ __volatile__("": : :"memory")
9
10#endif