locking, powerpc: Annotate uic->lock as raw
authorThomas Gleixner <tglx@linutronix.de>
Tue, 6 Apr 2010 07:44:10 +0000 (09:44 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:10 +0000 (11:12 +0200)
commitbccc2f7b4c1a7fd3d51e34f9dc3397312afb030b
tree06441fc7c1d084929aaa6bc7cf97c5631761497f
parent59d958d2c7de20409a0dc202adc87d3973ada13d
locking, powerpc: Annotate uic->lock as raw

uic->lock is protecting the interrupt controller hardware. This lock
can not be preempted on -rt.

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.

Reported-by: Darcy L. Watkins <dwatkins@tranzeo.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/powerpc/sysdev/uic.c