locking, latencytop: Annotate latency_lock as raw
authorThomas Gleixner <tglx@linutronix.de>
Thu, 17 Sep 2009 15:31:09 +0000 (17:31 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:02 +0000 (11:12 +0200)
The latency_lock is lock can be taken in the guts of the
scheduler code 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>
kernel/latencytop.c

Simple merge