Skip to content

Commit

Permalink
rcu: Remove duplicate resched_cpu() declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pranith Kumar authored and Paul E. McKenney committed Apr 29, 2014
1 parent becb41b commit 8c96ae1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kernel/rcu/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c96ae1

Please sign in to comment.