locking, timer_stats: Annotate table_lock as raw
authorThomas Gleixner <tglx@linutronix.de>
Wed, 16 Jun 2010 14:58:34 +0000 (16:58 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:00 +0000 (11:12 +0200)
commit2737c49f29a29f3d3645ba0778aa7a8798f32249
tree28a56a7f4b31abe2ef79ff535755677781a70c3a
parentddb6c9b58a19edcfac93ac670b066c836ff729f1
locking, timer_stats: Annotate table_lock as raw

The table_lock 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.

Reported-by: Andreas Sundebo <kernel@sundebo.dk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Andreas Sundebo <kernel@sundebo.dk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/time/timer_stats.c