All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix typo in quick quiz 4.17
@ 2015-09-27 12:02 Paolo Bonzini
  2015-09-27 16:17 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2015-09-27 12:02 UTC (permalink / raw)
  To: perfbook

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 toolsoftrade/toolsoftrade.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 4e85a9c..ccbe0ad 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -964,7 +964,7 @@ rights to assume that the value of \co{goflag} would never change.
 \QuickQuizAnswer{
 	It depends.
 	If the per-thread variable was accessed only from its thread,
-	and never from a single handler, then no.
+	and never from a signal handler, then no.
 	Otherwise, it is quite possible that \co{ACCESS_ONCE()} is needed.
 	We will see examples of both situations in
 	Section~\ref{sec:count:Signal-Theft Limit Counter Implementation}.
-- 
2.5.0


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

end of thread, other threads:[~2015-09-27 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27 12:02 [PATCH] fix typo in quick quiz 4.17 Paolo Bonzini
2015-09-27 16:17 ` 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.