The patch titled RCU: Remove prototype for nonexistent function synchronize_idle() has been added to the -mm tree. Its filename is rcu-remove-prototype-for-nonexistent-function.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: RCU: Remove prototype for nonexistent function synchronize_idle() From: Josh Triplett <josht@xxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx> Acked-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/rcupdate.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/rcupdate.h~rcu-remove-prototype-for-nonexistent-function include/linux/rcupdate.h --- a/include/linux/rcupdate.h~rcu-remove-prototype-for-nonexistent-function +++ a/include/linux/rcupdate.h @@ -281,7 +281,6 @@ extern void FASTCALL(call_rcu(struct rcu 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__ */ _ Patches currently in -mm which might be from josht@xxxxxxxxxxxxxxxxxx are rcu-remove-prototype-for-nonexistent-function.patch i386-mark-pit_clockevent-static.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html