locking, ARM: Annotate low level hw locks as raw
authorThomas Gleixner <tglx@linutronix.de>
Fri, 3 Jul 2009 13:44:46 +0000 (08:44 -0500)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:14 +0000 (11:12 +0200)
Annotate the low level hardware locks which must not be preempted.

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>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found