From: Thomas Gleixner Date: Wed, 16 Jun 2010 14:58:34 +0000 (+0200) Subject: locking, timer_stats: Annotate table_lock as raw X-Git-Tag: v3.2-rc1~166^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2737c49f29a29f3d3645ba0778aa7a8798f32249;p=pandora-kernel.git 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 Signed-off-by: Thomas Gleixner Tested-by: Andreas Sundebo Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed