Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 293a17eb authored by Paul E. McKenney's avatar Paul E. McKenney Committed by Ingo Molnar
Browse files

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: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 78635fc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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... */