blob: 15c5f77c16142b1b42c15cdfc646e9d97bb8de11 [file] [log] [blame]
David Howells803f6912012-03-28 18:30:02 +01001#ifndef _M68K_BARRIER_H
2#define _M68K_BARRIER_H
3
David Howells803f6912012-03-28 18:30:02 +01004#define nop() do { asm volatile ("nop"); barrier(); } while (0)
David Howells803f6912012-03-28 18:30:02 +01005
Peter Zijlstra93ea02b2013-11-06 14:57:36 +01006#include <asm-generic/barrier.h>
David Howells803f6912012-03-28 18:30:02 +01007
8#endif /* _M68K_BARRIER_H */