]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit757455d41c390da4ae8e06468ad097fe42eaab41
treeda0d9bbc29d38c4dae625d2503acaed3ae776302
parent2737c49f29a29f3d3645ba0778aa7a8798f32249
locking, latencytop: Annotate latency_lock as raw

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