lkml.org 
[lkml]   [2006]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject-mm patch] AVR32: Remove set_wmb()
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 <hskinnemoen@atmel.com>
---
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-09-13 10:09    [W:0.042 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site