>From daa13e2a26b5470ed7b6082998aabdfd73cde517 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Wed, 4 Jan 2017 20:11:07 +0900 Subject: [PATCH 2/2] Fix typo smb_wmb() -> smp_wmb() Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- appendix/whymb/whymemorybarriers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix/whymb/whymemorybarriers.tex b/appendix/whymb/whymemorybarriers.tex index 0956226..70e1d30 100644 --- a/appendix/whymb/whymemorybarriers.tex +++ b/appendix/whymb/whymemorybarriers.tex @@ -1465,7 +1465,7 @@ All variables are initially zero. \hline \hline 1 & a = 1; & & \\ - 2 & \tco{smb_wmb();}& & \\ + 2 & \tco{smp_wmb();}& & \\ 3 & b = 1; & while (b == 0); & while (b == 0); \\ 4 & & \tco{smp_mb();}& \tco{smp_mb();} \\ 5 & & c = 1; & d = 1; \\ -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html