[PATCH] Fix sparse annotation of spin unlock macros in one case

2007-01-29 Thread Pavel Roskin
From: Pavel Roskin <[EMAIL PROTECTED]> SMP systems without preemption 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 <[EMAIL PROTECTED]> --- include/linux/spinlock.h |

[PATCH] Fix sparse annotation of spin unlock macros in one case

2007-01-29 Thread Pavel Roskin
From: Pavel Roskin [EMAIL PROTECTED] SMP systems without preemption 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 [EMAIL PROTECTED] --- include/linux/spinlock.h | 33