projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb9a9a5
)
RCU: Remove prototype for nonexistent function synchronize_idle()
author
Josh Triplett
<
[email protected]
>
Fri, 10 Aug 2007 20:01:07 +0000
(13:01 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 11 Aug 2007 22:47:41 +0000
(15:47 -0700)
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
patch
|
blob
|
history
diff --git
a/include/linux/rcupdate.h
b/include/linux/rcupdate.h
index c6b7485eac7ce1e59c7f01cf71221e6637f524ce..fe17d7d750c2be05f545d51e5254f928d613ccca 100644
(file)
--- 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__ */