From 40f86eebbe0c141edc14dc0b1ff0d2afab84170c Mon Sep 17 00:00:00 2001 From: Aneesh Kumar Date: Wed, 11 Oct 2006 01:22:07 -0700 Subject: [PATCH] --- yaml --- r: 39358 b: refs/heads/master c: 5fcce7432a731e67f1cd3ef1e71dca9ea84dedb1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/lockdep-design.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 3cb553fced5e..5ccd22d6579c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3dc3099a9b2c346b16383597fadaa79a05a52388 +refs/heads/master: 5fcce7432a731e67f1cd3ef1e71dca9ea84dedb1 diff --git a/trunk/Documentation/lockdep-design.txt b/trunk/Documentation/lockdep-design.txt index dab123db5a4f..488773018152 100644 --- a/trunk/Documentation/lockdep-design.txt +++ b/trunk/Documentation/lockdep-design.txt @@ -50,10 +50,10 @@ The bit position indicates hardirq, softirq, hardirq-read, softirq-read respectively, and the character displayed in each indicates: - '.' acquired while irqs enabled + '.' acquired while irqs disabled '+' acquired in irq context - '-' acquired in process context with irqs disabled - '?' read-acquired both with irqs enabled and in irq context + '-' acquired with irqs enabled + '?' read acquired in irq context with irqs enabled. Unused mutexes cannot be part of the cause of an error.