Commit 3fd5646c authored by Ralf Baechle's avatar Ralf Baechle

Add missing space.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e027802e
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
* does not enforce ordering, since there is no data dependency between * 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 * 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() * 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) #define read_barrier_depends() do { } while(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment