projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e027802
)
Add missing space.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 16 Aug 2005 16:54:12 +0000
(16:54 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:05 +0000
(19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/system.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/system.h
b/include/asm-mips/system.h
index 384f0bd854c4a0d5b9a92cce1a467276c3a660df..0f8caf3842497c25d1d957deb77d868bf96f6318 100644
(file)
--- a/
include/asm-mips/system.h
+++ b/
include/asm-mips/system.h
@@
-71,7
+71,7
@@
* does not enforce ordering, since there is no data dependency between
* the read of "a" and the read of "b". Therefore, on some CPUs, such
* as Alpha, "y" could be set to 3 and "x" to 0. Use rmb()
- * in cases like thiswhere there are no data dependencies.
+ * in cases like this
where there are no data dependencies.
*/
#define read_barrier_depends() do { } while(0)