From: Pavel Roskin Date: Sat, 10 Feb 2007 09:46:37 +0000 (-0800) Subject: [PATCH] Fix sparse annotation of spin unlock macros in one case X-Git-Tag: v2.6.21-rc1~274^2~248 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75fb88dbcc470e6041a20b1457b4835b9a0a48a;p=pandora-kernel.git [PATCH] Fix sparse annotation of spin unlock macros in one case SMP systems without premption and spinlock debugging enabled use unlock macros that don't tell sparse that the lock is being released. Add sparse annotations in this case. Signed-off-by: Pavel Roskin Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed