rcu: Remove duplicate resched_cpu() declaration
authorPranith Kumar <pranith@gatech.edu>
Mon, 14 Apr 2014 17:25:43 +0000 (10:25 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 29 Apr 2014 15:45:29 +0000 (08:45 -0700)
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>
kernel/rcu/tree.c

index dbf43f5c86fa1cdbacbc516a7dae6b82009b5e9a..ecd7e046de767bae6687f24894b7cda587df5fba 100644 (file)
@@ -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;