From: SeongJae Park <sj38.park@xxxxxxxxx> memorder.tex explains READ_ONCE() is having smp_mb(), but the following quick quizz asks why it has mb() instead of rmb(). Fix the wrong names in the quick quizz. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 5c978fbe..b3acc14a 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -5491,7 +5491,7 @@ Alpha is the only CPU whose \co{READ_ONCE()} includes an \co{smp_mb()}. \QuickQuizSeries{% \QuickQuizB{ Why does Alpha's \co{READ_ONCE()} include an - \co{mb()} rather than \co{rmb()}? + \co{smp_mb()} rather than \co{smp_rmb()}? }\QuickQuizAnswerB{ Alpha has only \co{mb} and \co{wmb} instructions, so \co{smp_rmb()} would be implemented by the Alpha \co{mb} -- 2.17.1