From f142c806503cdcb445ca1418f4e84554626d22b7 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 16 Aug 2005 16:54:12 +0000 Subject: [PATCH] --- yaml --- r: 11186 b: refs/heads/master c: 3fd5646cac36e2ea244bb3455a66afb1777b9a92 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/system.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)