summaryrefslogtreecommitdiffstats
path: root/include/asm-frv/system.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-03 15:03:02 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-03 15:03:02 +0200
commita8cac817764a494705aebd99fd51bdf6cdc28ec9 (patch)
tree202847337f42b188755a53a7b57b502a7cdc0ad3 /include/asm-frv/system.h
parentx86: correctly report NR_BANKS in mce_64.c (diff)
parentLinux 2.6.26-rc8 (diff)
downloadlinux-a8cac817764a494705aebd99fd51bdf6cdc28ec9.tar.xz
linux-a8cac817764a494705aebd99fd51bdf6cdc28ec9.zip
Merge commit 'v2.6.26-rc8' into x86/mce
Diffstat (limited to 'include/asm-frv/system.h')
-rw-r--r--include/asm-frv/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/system.h b/include/asm-frv/system.h
index cb307f8a6b48..d3a12a9079f7 100644
--- a/include/asm-frv/system.h
+++ b/include/asm-frv/system.h
@@ -179,7 +179,7 @@ do { \
#define mb() asm volatile ("membar" : : :"memory")
#define rmb() asm volatile ("membar" : : :"memory")
#define wmb() asm volatile ("membar" : : :"memory")
-#define read_barrier_depends() barrier()
+#define read_barrier_depends() do { } while (0)
#ifdef CONFIG_SMP
#define smp_mb() mb()