Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/neheb/fio
Browse files Browse the repository at this point in the history
* 'patch-1' of https://github.com/neheb/fio:
  arch: fix build breakage on armv6 again
  • Loading branch information
axboe committed Apr 1, 2019
2 parents bf14b39 + ec4b65d commit ef32da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arch-arm.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|| defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5E__)\
|| defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__) \
|| defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__) \
|| defined(__ARM_ARCH_6KZ__)
|| defined(__ARM_ARCH_6KZ__) || defined(__ARM_ARCH_6K__)
#define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
#define read_barrier() __asm__ __volatile__ ("" : : : "memory")
#define write_barrier() __asm__ __volatile__ ("" : : : "memory")
Expand Down

0 comments on commit ef32da6

Please sign in to comment.