-mm patch] AVR32: Remove set_wmb()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Remove definition of set_wmb on AVR32 since it isn't used. This has
already been done for all other architectures by commit
52393ccc0a53c130f31fbbdb8b40b2aadb55ee72 in Linus' tree.

Signed-off-by: Haavard Skinnemoen <[email protected]>
---
 include/asm-avr32/system.h |    1 -
 1 file changed, 1 deletion(-)

Index: linux-2.6.18-rc5-mm1/include/asm-avr32/system.h
===================================================================
--- linux-2.6.18-rc5-mm1.orig/include/asm-avr32/system.h	2006-09-06 17:11:21.000000000 +0200
+++ linux-2.6.18-rc5-mm1/include/asm-avr32/system.h	2006-09-06 17:11:26.000000000 +0200
@@ -24,7 +24,6 @@
 #define wmb()			asm volatile("sync 0" : : : "memory")
 #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)
 
 /*
  * Help PathFinder and other Nexus-compliant debuggers keep track of
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux