lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Sep 2006 10:07:08 +0200
From:	Haavard Skinnemoen <hskinnemoen@...el.com>
To:	Andrew Morton <akpm@...l.org>
Cc:	linux-kernel@...r.kernel.org, Steven Rostedt <rostedt@...dmis.org>
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@...el.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ