]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
DocBook: Change a headline in kernel-locking to list all three main types of locking.
authorLinus Nilsson <lajnold@gmail.com>
Sat, 21 Jul 2007 15:25:34 +0000 (17:25 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 18:49:53 +0000 (11:49 -0700)
Change a headline to reflect that there are three main types of kernel
locking, not two.

Signed-off-by: Linus Nilsson <lajnold@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/DocBook/kernel-locking.tmpl

index 0a441f73261a32be74c01916a2171233251951d8..01825ee7db64031878c6c9e647cd698547c9d558 100644 (file)
    </para>
 
    <sect1 id="lock-intro">
-   <title>Two Main Types of Kernel Locks: Spinlocks and Semaphores</title>
+   <title>Three Main Types of Kernel Locks: Spinlocks, Mutexes and Semaphores</title>
 
    <para>
      There are three main types of kernel locks.  The fundamental type