commit | c75fb88dbcc470e6041a20b1457b4835b9a0a48a | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Sat Feb 10 01:46:37 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Feb 11 11:18:07 2007 -0800 |
tree | efe63dd4feaccc0007c9dccadec057c0bca7d5d9 | |
parent | aa0f030374228407bc4e3f5482eeab787ba53c8a [diff] |
[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 <proski@gnu.org> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>