Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[deliverable/linux.git] / Documentation / percpu-rw-semaphore.txt
index eddd77094725535bca92225a7ad02b83f7fa58d5..7d3c82431909dd8120322e2360ce32cbd93f87e5 100644 (file)
@@ -9,10 +9,10 @@ cores take the lock for reading, the cache line containing the semaphore
 is bouncing between L1 caches of the cores, causing performance
 degradation.
 
-Locking for reading it very fast, it uses RCU and it avoids any atomic
+Locking for reading is very fast, it uses RCU and it avoids any atomic
 instruction in the lock and unlock path. On the other hand, locking for
 writing is very expensive, it calls synchronize_rcu() that can take
-hundreds of microseconds.
+hundreds of milliseconds.
 
 The lock is declared with "struct percpu_rw_semaphore" type.
 The lock is initialized percpu_init_rwsem, it returns 0 on success and
This page took 0.024732 seconds and 5 git commands to generate.