diff --git a/[refs] b/[refs] index 74021d31c329..517cc699052f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e027802e985f1cca752bf3b2e7eecae05031699f +refs/heads/master: 3fd5646cac36e2ea244bb3455a66afb1777b9a92 diff --git a/trunk/include/asm-mips/system.h b/trunk/include/asm-mips/system.h index 384f0bd854c4..0f8caf384249 100644 --- a/trunk/include/asm-mips/system.h +++ b/trunk/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)