Re: [PATCH] rcupreempt: remove export of rcu_batches_completed_bh

2008-05-23 Thread Paul E. McKenney
On Thu, May 22, 2008 at 02:18:17PM -0400, Steven Rostedt wrote: > > In rcupreempt, rcu_batches_completed_bh is defined as a static inline in > the header file. This does not need to be exported, and not only that, > this breaks my PPC build. Good catch!!! Reviewed-by: Paul E. McKenney <[EMAIL PR

[PATCH] rcupreempt: remove export of rcu_batches_completed_bh

2008-05-22 Thread Steven Rostedt
In rcupreempt, rcu_batches_completed_bh is defined as a static inline in the header file. This does not need to be exported, and not only that, this breaks my PPC build. Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]> --- kernel/rcupreempt.c |2 -- 1 file changed, 2 deletions(-) Index: li