Skip to content

Commit

Permalink
rcu: prevent console flood when one CPU sees another AWOL via RCU
Browse files Browse the repository at this point in the history
One small change needed to keep from flooding the console when one
CPU notices that another is AWOL.  Unless I am missing something subtle.
Otherwise the cleanups look good!

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Paul E. McKenney authored and Ingo Molnar committed Aug 15, 2008
1 parent 78635fc commit 293a17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/rcuclassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ static void print_other_cpu_stall(struct rcu_ctrlblk *rcp)
spin_unlock(&rcp->lock);
return;
}
rcp->gp_check = get_seconds() + 30;
spin_unlock(&rcp->lock);

/* OK, time to rat on our buddy... */
Expand Down

0 comments on commit 293a17e

Please sign in to comment.