locking, x86, iommu: Annotate irq_2_ir_lock as raw
authorThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jul 2011 14:28:19 +0000 (16:28 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:18 +0000 (11:12 +0200)
commit96f8e98bfeba3efa82eca85343bc058f6eced888
tree2d0938864f0621c5c0c017b50de03a81f1e6da6d
parent1f5b3c3fd2d73d6b30e9ef6dcbf131a791d5cbbd
locking, x86, iommu: Annotate irq_2_ir_lock as raw

The irq_2_ir_lock can be taken in atomic context and therefore
cannot be preempted on -rt - annotate it.

In mainline this change documents the low level nature of
the lock - otherwise there's no functional difference. Lockdep
and Sparse checking will work as usual.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/iommu/intr_remapping.c