X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-cris%2Fsystem.h;h=b869f6161aaa1c73e770fb2f238eecc7894654d9;hb=71a3d1b4f7633835048f96a4ba79c8c87f03df4b;hp=b1c593b6dbff163df5118bc6ba8c5841148fd43a;hpb=907d91d708d9999bec0185d630062576ac4181a7;p=powerpc.git diff --git a/include/asm-cris/system.h b/include/asm-cris/system.h index b1c593b6db..b869f6161a 100644 --- a/include/asm-cris/system.h +++ b/include/asm-cris/system.h @@ -17,7 +17,6 @@ extern struct task_struct *resume(struct task_struct *prev, struct task_struct * #define wmb() mb() #define read_barrier_depends() do { } while(0) #define set_mb(var, value) do { var = value; mb(); } while (0) -#define set_wmb(var, value) do { var = value; wmb(); } while (0) #ifdef CONFIG_SMP #define smp_mb() mb()