* [PATCH] defer: Fix wrong code line
@ 2018-10-02 2:32 SeongJae Park
2018-10-02 4:12 ` Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2018-10-02 2:32 UTC (permalink / raw)
To: paulmck; +Cc: perfbook, SeongJae Park
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
defer/hazptr.tex | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/defer/hazptr.tex b/defer/hazptr.tex
index 7550a8d..44928e9 100644
--- a/defer/hazptr.tex
+++ b/defer/hazptr.tex
@@ -56,8 +56,8 @@ out quite carefully in order to avoid destructive races with concurrent
deletion.
One implementation is shown in
Listing~\ref{lst:defer:Hazard-Pointer Storage and Erasure},
-which shows \co{hp_store()} on lines~1-13 and \co{hp_erase()} on
-lines~15-20.
+which shows \co{hp_store()} on lines~1-14 and \co{hp_erase()} on
+lines~16-21.
The \co{smp_mb()} primitive will be described in detail in
Chapter~\ref{chp:Advanced Synchronization: Memory Ordering}, but may be ignored for
the purposes of this brief overview.
--
2.10.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] defer: Fix wrong code line
2018-10-02 2:32 [PATCH] defer: Fix wrong code line SeongJae Park
@ 2018-10-02 4:12 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2018-10-02 4:12 UTC (permalink / raw)
To: SeongJae Park; +Cc: perfbook
On Tue, Oct 02, 2018 at 11:32:31AM +0900, SeongJae Park wrote:
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Good eyes! Queued and pushed, thank you!!!
Thanx, Paul
> ---
> defer/hazptr.tex | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/defer/hazptr.tex b/defer/hazptr.tex
> index 7550a8d..44928e9 100644
> --- a/defer/hazptr.tex
> +++ b/defer/hazptr.tex
> @@ -56,8 +56,8 @@ out quite carefully in order to avoid destructive races with concurrent
> deletion.
> One implementation is shown in
> Listing~\ref{lst:defer:Hazard-Pointer Storage and Erasure},
> -which shows \co{hp_store()} on lines~1-13 and \co{hp_erase()} on
> -lines~15-20.
> +which shows \co{hp_store()} on lines~1-14 and \co{hp_erase()} on
> +lines~16-21.
> The \co{smp_mb()} primitive will be described in detail in
> Chapter~\ref{chp:Advanced Synchronization: Memory Ordering}, but may be ignored for
> the purposes of this brief overview.
> --
> 2.10.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-02 10:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02 2:32 [PATCH] defer: Fix wrong code line SeongJae Park
2018-10-02 4:12 ` 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.