2007-05-23 02:01:37

by Sven-Thorsten Dietrich

[permalink] [raw]
Subject: [PATCH 2.6.21-rt6]


Restore the declaration of rcu_batches_completed_bh

It is needed to compile with Classic RCU

signed-off-by: Sven-Thorsten Dietrich <[email protected]>


Index: linux-2.6.21-rt-patched/include/linux/rcupdate.h
===================================================================
--- linux-2.6.21-rt-patched.orig/include/linux/rcupdate.h
+++ linux-2.6.21-rt-patched/include/linux/rcupdate.h
@@ -227,6 +227,7 @@ extern void rcu_barrier(void);
extern void rcu_init(void);
extern void rcu_advance_callbacks(int cpu, int user);
extern void rcu_check_callbacks(int cpu, int user);
+extern long rcu_batches_completed_bh(void);

#endif /* __KERNEL__ */
#endif /* __LINUX_RCUPDATE_H */



2007-05-23 02:51:18

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH 2.6.21-rt6]

On Tue, 22 May 2007 19:01:27 -0700 Sven-Thorsten Dietrich wrote:

> Restore the declaration of rcu_batches_completed_bh
>
> It is needed to compile with Classic RCU

Please use a descriptive (and different) Subject: for each patch.
Thanks.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***