Re: [PATCH v2] rcu: Remove rcu_switch()

2012-10-10 Thread Paul E. McKenney
On Thu, Oct 11, 2012 at 01:47:16AM +0200, Frederic Weisbecker wrote: > It's only there to call rcu_user_hooks_switch(). Let's > just call rcu_user_hooks_switch() directly, we don't need this > function in the middle. Queued, thank you!

[PATCH v2] rcu: Remove rcu_switch()

2012-10-10 Thread Frederic Weisbecker
It's only there to call rcu_user_hooks_switch(). Let's just call rcu_user_hooks_switch() directly, we don't need this function in the middle. Signed-off-by: Frederic Weisbecker Cc: Josh Triplett Cc: Peter Zijlstra Cc: Richard Weinberger Signed-off-by: Paul E. McKenney ---

[PATCH v2] rcu: Remove rcu_switch()

2012-10-10 Thread Frederic Weisbecker
It's only there to call rcu_user_hooks_switch(). Let's just call rcu_user_hooks_switch() directly, we don't need this function in the middle. Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: Josh Triplett j...@joshtriplett.org Cc: Peter Zijlstra pet...@infradead.org Cc: Richard

Re: [PATCH v2] rcu: Remove rcu_switch()

2012-10-10 Thread Paul E. McKenney
On Thu, Oct 11, 2012 at 01:47:16AM +0200, Frederic Weisbecker wrote: It's only there to call rcu_user_hooks_switch(). Let's just call rcu_user_hooks_switch() directly, we don't need this function in the middle. Queued, thank you! Thanx,