]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/rcuclassic.h
i2o: remove static inline forward declarations
[linux-2.6-omap-h63xx.git] / include / linux / rcuclassic.h
index 2b8b045a51d5e2c14cad0858d02e16437dad7367..b3dccd68629e1c0481dd41471798ec25884fafd8 100644 (file)
@@ -157,5 +157,11 @@ extern void __rcu_init(void);
 extern void rcu_check_callbacks(int cpu, int user);
 extern void rcu_restart_cpu(int cpu);
 
+extern long rcu_batches_completed(void);
+extern long rcu_batches_completed_bh(void);
+
+#define rcu_enter_nohz()       do { } while (0)
+#define rcu_exit_nohz()                do { } while (0)
+
 #endif /* __KERNEL__ */
 #endif /* __LINUX_RCUCLASSIC_H */