From: SeongJae Park <sj38.park@xxxxxxxxx> A sentence in 'RCU is a Way of Waiting for Things to Finish' section is calling 'nmi_stop()' as 'timer_stop()'. Fix it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/rcuusage.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/rcuusage.tex b/defer/rcuusage.tex index 1dc4c2ca..372a508d 100644 --- a/defer/rcuusage.tex +++ b/defer/rcuusage.tex @@ -272,7 +272,7 @@ The basic form of such ``Pure RCU'' designs is as follows: The remainder of this section presents example code adapted from the Linux kernel. -In this example, the \co{timer_stop()} function in the now-defunct +In this example, the \co{nmi_stop()} function in the now-defunct oprofile facility uses \co{synchronize_sched()} to ensure that all in-flight NMI notifications have completed before freeing the associated resources. -- 2.17.1