]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/rcupreempt.h
[IPV4]: ipv4_is_lbcast() misannotations
[linux-2.6-omap-h63xx.git] / include / linux / rcupreempt.h
index ece8eb3e4151411be2df54326405d03f880ab38d..60c2a033b19e0fa7333b29d591a5f00d497a838a 100644 (file)
@@ -46,8 +46,8 @@
 #define rcu_bh_qsctr_inc(cpu)
 #define call_rcu_bh(head, rcu) call_rcu(head, rcu)
 
-extern void __rcu_read_lock(void);
-extern void __rcu_read_unlock(void);
+extern void __rcu_read_lock(void)      __acquires(RCU);
+extern void __rcu_read_unlock(void)    __releases(RCU);
 extern int rcu_pending(int cpu);
 extern int rcu_needs_cpu(int cpu);