update rwlock
[lttv.git] / trunk / tests / kernel / test-read-lock-speed.c
index 979f1bc8cba91575a8b3dc0d856598d5cbe86d04..9fd2ddfe02bf78c3dddae137afec8fd833cc0904 100644 (file)
@@ -2,7 +2,7 @@
  * test-read-lock-speed.c
  *
  * Compare speed of :
- * - spin lock irqsave / spin unlock irqrestore (protects from interrupts)
+ * - spin lock / spin unlock
  * - rwlock read lock (not disabling interrupts, can deal with nesting)
  * - using a sequence read lock (uncontended)
  * - preempt disable/enable (RCU)
This page took 0.022958 seconds and 4 git commands to generate.