git://git.onelab.eu
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git]
/
include
/
asm-arm26
/
system.h
diff --git
a/include/asm-arm26/system.h
b/include/asm-arm26/system.h
index
00ae32a
..
7028849
100644
(file)
--- a/
include/asm-arm26/system.h
+++ b/
include/asm-arm26/system.h
@@
-3,6
+3,7
@@
#ifdef __KERNEL__
#ifdef __KERNEL__
+#include <linux/config.h>
/*
* This is used to ensure the compiler did actually allocate the register we
/*
* This is used to ensure the compiler did actually allocate the register we
@@
-90,6
+91,7
@@
extern unsigned int user_debug;
#define read_barrier_depends() do { } while(0)
#define set_mb(var, value) do { var = value; mb(); } while (0)
#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)
/*
* We assume knowledge of how
/*
* We assume knowledge of how