update rwlock
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 21 May 2009 19:06:20 +0000 (19:06 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 21 May 2009 19:06:20 +0000 (19:06 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@3392 04897980-b3bd-0310-b5e0-8ef037075253

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.02365 seconds and 4 git commands to generate.