Commit 8c96ae1d authored by Pranith Kumar's avatar Pranith Kumar Committed by Paul E. McKenney
Browse files

rcu: Remove duplicate resched_cpu() declaration

parent becb41bf
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;