From 02f8110d6a247d53b489b29eec8a35c85e713c6b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 8 Aug 2000 18:02:00 +0000 Subject: Merge with Linux 2.4.0-test6-pre2. --- include/asm-mips/system.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/asm-mips/system.h') diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index 91a7b05fb..c057c0925 100644 --- a/include/asm-mips/system.h +++ b/include/asm-mips/system.h @@ -153,9 +153,6 @@ __asm__ __volatile__( \ #define set_mb(var, value) \ do { var = value; mb(); } while (0) -#define set_rmb(var, value) \ -do { var = value; rmb(); } while (0) - #define set_wmb(var, value) \ do { var = value; wmb(); } while (0) -- cgit v1.2.3