[PATCH] lockdep: add disable/enable_irq_lockdep() API
authorIngo Molnar <[email protected]>
Mon, 3 Jul 2006 07:24:27 +0000 (00:24 -0700)
committerLinus Torvalds <[email protected]>
Mon, 3 Jul 2006 22:27:00 +0000 (15:27 -0700)
commitc01d403b2e3e3f231b18ebd07ad64ecbe6a258a5
treeb7ccadf4bb93d9cdb5c770e976637fb783d9dab5
parenta875a69f8b00a38b4f40d9632a4fc71a159f0e0d
[PATCH] lockdep: add disable/enable_irq_lockdep() API

lockdep wants to use the disable_irq()/enable_irq() prototypes before they are
provied by the platform's asm/irq.h.  So move them out of the
CONFIG_GENERIC_HARDIRQS define - all architectures have a common prototype for
this anyway.

Add special lockdep variants of irq line disabling/enabling.

These should be used for locking constructs that know that a particular irq
context which is disabled, and which is the only irq-context user of a lock,
that it's safe to take the lock in the irq-disabled section without disabling
hardirqs.

[[email protected]: build fix]
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/interrupt.h