diff options
-rw-r--r-- | Documentation/lockdep-design.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/lockdep-design.txt b/Documentation/lockdep-design.txt index dab123db5a4f..488773018152 100644 --- a/Documentation/lockdep-design.txt +++ b/Documentation/lockdep-design.txt | |||
@@ -50,10 +50,10 @@ The bit position indicates hardirq, softirq, hardirq-read, | |||
50 | softirq-read respectively, and the character displayed in each | 50 | softirq-read respectively, and the character displayed in each |
51 | indicates: | 51 | indicates: |
52 | 52 | ||
53 | '.' acquired while irqs enabled | 53 | '.' acquired while irqs disabled |
54 | '+' acquired in irq context | 54 | '+' acquired in irq context |
55 | '-' acquired in process context with irqs disabled | 55 | '-' acquired with irqs enabled |
56 | '?' read-acquired both with irqs enabled and in irq context | 56 | '?' read acquired in irq context with irqs enabled. |
57 | 57 | ||
58 | Unused mutexes cannot be part of the cause of an error. | 58 | Unused mutexes cannot be part of the cause of an error. |
59 | 59 | ||