All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] memorder: Add missed comma
@ 2017-10-17  2:20 SeongJae Park
  2017-10-17  2:20 ` [PATCH 2/5] memorder: Close unclosed parenthesis SeongJae Park
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: SeongJae Park @ 2017-10-17  2:20 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
 memorder/memorder.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 8a3da54..e911e79 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -4064,7 +4064,7 @@ in Alpha's heyday.
 One could place an \co{smp_rmb()} primitive
 between the pointer fetch and dereference in order to force Alpha
 to order the pointer fetch with the later dependent load.
-However, this imposes unneeded overhead on systems (such as ARM
+However, this imposes unneeded overhead on systems (such as ARM,
 Itanium, PPC, and SPARC) that respect data dependencies on the read side.
 A \co{smp_read_barrier_depends()} primitive has therefore been added to the
 Linux kernel to eliminate overhead on these systems.
-- 
2.10.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-17 16:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-17  2:20 [PATCH 1/5] memorder: Add missed comma SeongJae Park
2017-10-17  2:20 ` [PATCH 2/5] memorder: Close unclosed parenthesis SeongJae Park
2017-10-17  2:20 ` [PATCH 3/5] memorder: Add missed unbreakable space before line number SeongJae Park
2017-10-17  2:20 ` [PATCH 4/5] memorder: Fix typo on instruction name (LDAR -> LDLAR) SeongJae Park
2017-10-17  2:20 ` [PATCH 5/5] memorder: Use zSeries name consistently SeongJae Park
2017-10-17 16:16   ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.