X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fsystem.h;fp=include%2Fasm-m68k%2Fsystem.h;h=131a0cb0f491833f8fc3413a024aecfc5c3404d1;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=64d3481df74c6a60bb730638550899b5689ed5c3;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/asm-m68k/system.h b/include/asm-m68k/system.h index 64d3481df..131a0cb0f 100644 --- a/include/asm-m68k/system.h +++ b/include/asm-m68k/system.h @@ -1,7 +1,6 @@ #ifndef _M68K_SYSTEM_H #define _M68K_SYSTEM_H -#include /* get configuration macros */ #include #include #include @@ -81,7 +80,6 @@ static inline int irqs_disabled(void) #define wmb() barrier() #define read_barrier_depends() do { } while(0) #define set_mb(var, value) do { xchg(&var, value); } while (0) -#define set_wmb(var, value) do { var = value; wmb(); } while (0) #define smp_mb() barrier() #define smp_rmb() barrier()