1
0
Fork 0

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>
hifive-unleashed-5.1
Pranith Kumar 2014-04-14 10:25:43 -07:00 committed by Paul E. McKenney
parent becb41bfe0
commit 8c96ae1dfa
1 changed files with 0 additions and 6 deletions

View 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;