diff options
author | Patrick McHardy <kaber@trash.net> | 2008-02-08 07:21:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:42 -0500 |
commit | b55ab616fa4b00bdd5c470c70fdf87bab85eec68 (patch) | |
tree | f7bf67586554c9617b9142e4946c3ae356a1371d /include/linux/rcupreempt.h | |
parent | 535ee2fbf79ab52d26bce3d2e127c9007503581e (diff) |
preemptible RCU: sparse annotations
Signed-off-by: Patrick McHardy <kaber@trash.net>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Dipankar Sarma <dipankar@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/rcupreempt.h')
-rw-r--r-- | include/linux/rcupreempt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/rcupreempt.h b/include/linux/rcupreempt.h index ece8eb3e4151..60c2a033b19e 100644 --- a/include/linux/rcupreempt.h +++ b/include/linux/rcupreempt.h | |||
@@ -46,8 +46,8 @@ | |||
46 | #define rcu_bh_qsctr_inc(cpu) | 46 | #define rcu_bh_qsctr_inc(cpu) |
47 | #define call_rcu_bh(head, rcu) call_rcu(head, rcu) | 47 | #define call_rcu_bh(head, rcu) call_rcu(head, rcu) |
48 | 48 | ||
49 | extern void __rcu_read_lock(void); | 49 | extern void __rcu_read_lock(void) __acquires(RCU); |
50 | extern void __rcu_read_unlock(void); | 50 | extern void __rcu_read_unlock(void) __releases(RCU); |
51 | extern int rcu_pending(int cpu); | 51 | extern int rcu_pending(int cpu); |
52 | extern int rcu_needs_cpu(int cpu); | 52 | extern int rcu_needs_cpu(int cpu); |
53 | 53 | ||