Merge branch 'pci/resource' into next
[deliverable/linux.git] / arch / m68k / include / asm / barrier.h
CommitLineData
803f6914
DH
1#ifndef _M68K_BARRIER_H
2#define _M68K_BARRIER_H
3
803f6914 4#define nop() do { asm volatile ("nop"); barrier(); } while (0)
803f6914 5
93ea02bb 6#include <asm-generic/barrier.h>
803f6914
DH
7
8#endif /* _M68K_BARRIER_H */
This page took 0.113959 seconds and 5 git commands to generate.