Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- locking/locking.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locking/locking.tex b/locking/locking.tex index 467208a..49d3e5e 100644 --- a/locking/locking.tex +++ b/locking/locking.tex @@ -1659,7 +1659,7 @@ as shown on line~2. } \QuickQuizEnd Lock acquisition is carried out by the \co{xchg_lock()} function -shown on lines~4-9. +shown on lines~4-10. This function uses a nested loop, with the outer loop repeatedly atomically exchanging the value of the lock with the value one (meaning ``locked''). -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html