diff options
-rw-r--r-- | include/asm-mips/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index 384f0bd854c4..0f8caf384249 100644 --- a/include/asm-mips/system.h +++ b/include/asm-mips/system.h | |||
@@ -71,7 +71,7 @@ | |||
71 | * does not enforce ordering, since there is no data dependency between | 71 | * does not enforce ordering, since there is no data dependency between |
72 | * the read of "a" and the read of "b". Therefore, on some CPUs, such | 72 | * the read of "a" and the read of "b". Therefore, on some CPUs, such |
73 | * as Alpha, "y" could be set to 3 and "x" to 0. Use rmb() | 73 | * as Alpha, "y" could be set to 3 and "x" to 0. Use rmb() |
74 | * in cases like thiswhere there are no data dependencies. | 74 | * in cases like this where there are no data dependencies. |
75 | */ | 75 | */ |
76 | 76 | ||
77 | #define read_barrier_depends() do { } while(0) | 77 | #define read_barrier_depends() do { } while(0) |