]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/mutex-design.txt
r8169: add MAC identifiers
[linux-2.6-omap-h63xx.git] / Documentation / mutex-design.txt
index cbf79881a41c8dc1b9382d5848716a76b6c37438..51f935191ae5d86fbf21fb801853eb20dff546a3 100644 (file)
@@ -90,7 +90,8 @@ of advantages of mutexes:
    * - task may not exit with mutex held
    * - memory areas where held locks reside must not be freed
    * - held mutexes must not be reinitialized
-   * - mutexes may not be used in irq contexts
+   * - mutexes may not be used in hardware or software interrupt
+   *   contexts such as tasklets and timers
 
    furthermore, there are also convenience features in the debugging
    code: