From: Thomas Gleixner Date: Sat, 25 Jul 2009 14:43:30 +0000 (+0200) Subject: locking, lib/proportions: Annotate prop_local_percpu::lock as raw X-Git-Tag: v3.2-rc1~166^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740969f91e950b64a18fdd0a25164cdee042abf0;p=pandora-kernel.git locking, lib/proportions: Annotate prop_local_percpu::lock as raw The prop_local_percpu::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. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed