diff options
author | Pranith Kumar <pranith@gatech.edu> | 2014-04-14 13:25:43 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-04-29 11:45:29 -0400 |
commit | 8c96ae1dfa1608b92ddbf8bb285d7269832e4ac0 (patch) | |
tree | 238b8da9298a485ea6ac18c98bf8d20cacb951dc /kernel/rcu | |
parent | becb41bfe0544f1f7f494f48d6f68cbdb2e1ed0e (diff) |
rcu: Remove duplicate resched_cpu() declaration
Signed-off-by: Pranith Kumar <pranith@gatech.edu>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'kernel/rcu')
-rw-r--r-- | kernel/rcu/tree.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index dbf43f5c86fa..ecd7e046de76 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
@@ -975,12 +975,6 @@ static void print_other_cpu_stall(struct rcu_state *rsp) | |||
975 | force_quiescent_state(rsp); /* Kick them all. */ | 975 | force_quiescent_state(rsp); /* Kick them all. */ |
976 | } | 976 | } |
977 | 977 | ||
978 | /* | ||
979 | * This function really isn't for public consumption, but RCU is special in | ||
980 | * that context switches can allow the state machine to make progress. | ||
981 | */ | ||
982 | extern void resched_cpu(int cpu); | ||
983 | |||
984 | static void print_cpu_stall(struct rcu_state *rsp) | 978 | static void print_cpu_stall(struct rcu_state *rsp) |
985 | { | 979 | { |
986 | int cpu; | 980 | int cpu; |