Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- SMPdesign/SMPdesign.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMPdesign/SMPdesign.tex b/SMPdesign/SMPdesign.tex index 8078c4b..824de41 100644 --- a/SMPdesign/SMPdesign.tex +++ b/SMPdesign/SMPdesign.tex @@ -1109,7 +1109,7 @@ Line~6 gets a pointer to this thread's pool, and line~7 checks to see if this per-thread pool is full. If so, lines~8-15 empty half of the per-thread pool into the global pool, -with lines~8 and 14 acquiring and releasing the spinlock. +with lines~8 and~14 acquiring and releasing the spinlock. Lines~9-12 implement the loop moving blocks from the local to the global pool, and line~13 sets the per-thread pool's count to the proper value. -- 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