dect
/
linux-2.6
Archived
13
0
Fork 0

rcu: prevent console flood when one CPU sees another AWOL via RCU

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>
This commit is contained in:
Paul E. McKenney 2008-08-12 17:25:03 -07:00 committed by Ingo Molnar
parent 78635fc739
commit 293a17ebc9
1 changed files with 1 additions and 0 deletions

View File

@ -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... */