Files
linux-legacy/include/linux
Josh Triplett 9f50b93f06 [PATCH] Make spinlock/rwlock annotations more accurate by using parameters, not types
The lock annotations used on spinlocks and rwlocks currently use
__{acquires,releases}(spinlock_t) and __{acquires,releases}(rwlock_t),
respectively.  This loses the information of which lock actually got
acquired or released, and assumes a different type for the parameter of
__acquires and __releases than the rest of the kernel.  While the current
implementations of __acquires and __releases throw away their argument,
this will not always remain the case.  Change this to use the lock
parameter instead, to preserve this information and increase consistency in
usage of __acquires and __releases.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-29 09:18:19 -07:00
..
2006-09-26 17:40:24 -04:00
2006-09-28 17:53:58 -07:00
2006-09-25 21:08:39 -07:00
2006-09-26 08:48:54 -07:00
2006-09-27 08:26:10 -07:00
2006-09-29 09:18:11 -07:00
2006-09-26 10:52:28 +02:00
2006-09-26 17:40:24 -04:00
2006-09-26 15:38:52 -07:00
2006-09-28 18:02:18 -07:00
2006-09-28 18:02:13 -07:00
2006-09-28 18:02:02 -07:00
2006-09-28 18:02:31 -07:00
2006-09-28 18:02:29 -07:00
2006-09-28 17:54:01 -07:00
2006-09-28 18:02:30 -07:00
2006-09-26 08:48:47 -07:00
2006-09-28 18:02:22 -07:00
2006-09-29 09:18:12 -07:00
2006-09-28 18:02:58 -07:00
2006-09-27 08:26:20 -07:00
2006-09-26 08:48:48 -07:00
2006-09-28 18:01:40 -07:00
2006-09-26 17:43:54 -07:00
2006-09-25 21:08:37 -07:00
2006-09-26 08:49:04 -07:00
2006-09-26 08:48:44 -07:00
2006-09-29 09:18:11 -07:00
2006-09-26 08:48:58 -07:00
2006-09-28 17:53:59 -07:00
2006-09-29 09:18:16 -07:00
2006-09-27 08:26:20 -07:00
2006-09-28 18:02:16 -07:00
2006-09-29 09:18:13 -07:00
2006-09-29 09:18:12 -07:00
2006-09-25 16:52:14 -04:00
2006-09-26 08:48:44 -07:00