Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=844add7abca0d10e9733fc16119e53cb4c1987b4
Commit:     844add7abca0d10e9733fc16119e53cb4c1987b4
Parent:     eb9a9a56316f4fea98ee32873ccbf7098b7bd69b
Author:     Josh Triplett <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 10 13:01:07 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Aug 11 15:47:41 2007 -0700

    RCU: Remove prototype for nonexistent function synchronize_idle()
    
    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 <[EMAIL PROTECTED]>
    Acked-by: Paul E. McKenney <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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__ */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to