The patch titled Fix typos in Documentation/memory-barriers.txt has been added to the -mm tree. Its filename is fix-typos-in-documentation-memory-barrierstxt.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: "Aneesh Kumar" <aneesh.kumar@xxxxxxxxx> Fix some typos in Documentation/memory-barriers.txt Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/memory-barriers.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/memory-barriers.txt~fix-typos-in-documentation-memory-barrierstxt Documentation/memory-barriers.txt --- devel/Documentation/memory-barriers.txt~fix-typos-in-documentation-memory-barrierstxt 2006-05-13 08:27:34.000000000 -0700 +++ devel-akpm/Documentation/memory-barriers.txt 2006-05-13 08:27:34.000000000 -0700 @@ -1031,7 +1031,7 @@ conflict on any particular lock. LOCKS VS MEMORY ACCESSES ------------------------ -Consider the following: the system has a pair of spinlocks (N) and (Q), and +Consider the following: the system has a pair of spinlocks (M) and (Q), and three CPUs; then should the following sequence of events occur: CPU 1 CPU 2 @@ -1678,7 +1678,7 @@ CPU's caches by some other cache event: smp_wmb(); <A:modify v=2> <C:busy> <C:queue v=2> - p = &b; q = p; + p = &v; q = p; <D:request p> <B:modify p=&v> <D:commit p=&v> <D:read p> _ Patches currently in -mm which might be from aneesh.kumar@xxxxxxxxx are fix-typos-in-documentation-memory-barrierstxt.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html