X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-v850%2Fsystem.h;h=da39916f10b0cc523eb2c0907f8579b5445fdc41;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=7091af4b786677ca176f08d01127cc6f69361185;hpb=43bc926fffd92024b46cafaf7350d669ba9ca884;p=linux-2.6.git diff --git a/include/asm-v850/system.h b/include/asm-v850/system.h index 7091af4b7..da39916f1 100644 --- a/include/asm-v850/system.h +++ b/include/asm-v850/system.h @@ -68,7 +68,6 @@ static inline int irqs_disabled (void) #define read_barrier_depends() ((void)0) #define set_rmb(var, value) do { xchg (&var, value); } while (0) #define set_mb(var, value) set_rmb (var, value) -#define set_wmb(var, value) do { var = value; wmb (); } while (0) #define smp_mb() mb () #define smp_rmb() rmb ()