From: Thomas Gleixner Date: Wed, 24 Feb 2010 08:50:22 +0000 (+0100) Subject: locking, semaphores: Annotate inner lock as raw X-Git-Tag: v3.2-rc1~166^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8292c9e15c3b069459794a04f5e2cf0d5665ddc4;p=pandora-kernel.git locking, semaphores: Annotate inner lock as raw There is no reason to have the spin_lock protecting the semaphore preemptible on -rt. Annotate it as a raw_spinlock. 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. ( On rt this also solves lockdep complaining about the rt_mutex.wait_lock being not initialized. ) Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed