Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

DocBook: Change a headline in kernel-locking to list all three main types of locking.

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>

authored by

Linus Nilsson and committed by
Linus Torvalds
e3202262 a5b4860b

+1 -1
+1 -1
Documentation/DocBook/kernel-locking.tmpl
··· 219 219 </para> 220 220 221 221 <sect1 id="lock-intro"> 222 - <title>Two Main Types of Kernel Locks: Spinlocks and Semaphores</title> 222 + <title>Three Main Types of Kernel Locks: Spinlocks, Mutexes and Semaphores</title> 223 223 224 224 <para> 225 225 There are three main types of kernel locks. The fundamental type