summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith Kumar2014-04-14 19:25:43 +0200
committerPaul E. McKenney2014-04-29 17:45:29 +0200
commit8c96ae1dfa1608b92ddbf8bb285d7269832e4ac0 (patch)
tree238b8da9298a485ea6ac18c98bf8d20cacb951dc
parentrcu: Make large and small sysidle systems use same state machine (diff)
downloadkernel-qcow2-linux-8c96ae1dfa1608b92ddbf8bb285d7269832e4ac0.tar.gz
kernel-qcow2-linux-8c96ae1dfa1608b92ddbf8bb285d7269832e4ac0.tar.xz
kernel-qcow2-linux-8c96ae1dfa1608b92ddbf8bb285d7269832e4ac0.zip
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>
-rw-r--r--kernel/rcu/tree.c6
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)
force_quiescent_state(rsp); /* Kick them all. */
}
-/*
- * This function really isn't for public consumption, but RCU is special in
- * that context switches can allow the state machine to make progress.
- */
-extern void resched_cpu(int cpu);
-
static void print_cpu_stall(struct rcu_state *rsp)
{
int cpu;