>From 469e14bc026a2aedd15284d3fa0ef55827eb7853 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue, 12 Sep 2017 00:21:45 +0900 Subject: [PATCH] memorder: Fix typo in '*_acquire' example Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 96b598b..c44dfd2 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -519,7 +519,7 @@ conditionally. Blank cells indicate that no ordering is supplied. The \co{*_acquire} row covers \co{smp_load_acquire()}, -\co{cmpxchg_acquire()}, \co{xchg_release()}, and so on; +\co{cmpxchg_acquire()}, \co{xchg_acquire()}, and so on; the \co{*_release} row covers \co{smp_store_release()}, \co{cmpxchg_release()}, \co{xchg_release()}, and so on; and the ``Successful Non-Relaxed Non-\co{void} RMW'' row covers -- 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