public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RCU: Remove prototype for nonexistent function synchronize_idle()
@ 2007-08-08 21:52 Josh Triplett
  2007-08-08 22:06 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Triplett @ 2007-08-08 21:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: paulmck, Andrew Morton

synchronize_idle() sounds like an interesting function, but we don't
actually have it, so don't prototype it.  Introduced in commit
9b06e818985d139fd9e82c28297f7744e1b484e1, in 2005.

Signed-off-by: Josh Triplett <josh@kernel.org>
---
 include/linux/rcupdate.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
index c6b7485..fe17d7d 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
@@ -281,7 +281,6 @@ extern void FASTCALL(call_rcu(struct rcu_head *head,
 extern void FASTCALL(call_rcu_bh(struct rcu_head *head,
 				void (*func)(struct rcu_head *head)));
 extern void synchronize_rcu(void);
-void synchronize_idle(void);
 extern void rcu_barrier(void);
 
 #endif /* __KERNEL__ */
-- 
1.5.2.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] RCU: Remove prototype for nonexistent function synchronize_idle()
  2007-08-08 21:52 [PATCH] RCU: Remove prototype for nonexistent function synchronize_idle() Josh Triplett
@ 2007-08-08 22:06 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2007-08-08 22:06 UTC (permalink / raw)
  To: Josh Triplett; +Cc: linux-kernel, Andrew Morton

On Wed, Aug 08, 2007 at 02:52:53PM -0700, Josh Triplett wrote:
> synchronize_idle() sounds like an interesting function, but we don't
> actually have it, so don't prototype it.  Introduced in commit
> 9b06e818985d139fd9e82c28297f7744e1b484e1, in 2005.

My bad.

Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

> Signed-off-by: Josh Triplett <josh@kernel.org>
> ---
>  include/linux/rcupdate.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
> index c6b7485..fe17d7d 100644
> --- a/include/linux/rcupdate.h
> +++ b/include/linux/rcupdate.h
> @@ -281,7 +281,6 @@ extern void FASTCALL(call_rcu(struct rcu_head *head,
>  extern void FASTCALL(call_rcu_bh(struct rcu_head *head,
>  				void (*func)(struct rcu_head *head)));
>  extern void synchronize_rcu(void);
> -void synchronize_idle(void);
>  extern void rcu_barrier(void);
> 
>  #endif /* __KERNEL__ */
> -- 
> 1.5.2.1
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-08 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-08 21:52 [PATCH] RCU: Remove prototype for nonexistent function synchronize_idle() Josh Triplett
2007-08-08 22:06 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox