commit | bb25b5578057826feaeb87ac3d464cefdcec9ec2 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jan 09 23:23:15 2017 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jan 09 23:23:15 2017 -0800 |
tree | 9fcee941c05bb93702fb751972e9aa24e2ba4387 | |
parent | f08d43697ff7b43e449b40d1d2887bc95053203c [diff] |
rcu: Remove cond_resched() from Tiny synchronize_sched() It is now legal to invoke synchronize_sched() at early boot, which causes Tiny RCU's synchronize_sched() to emit spurious splats. This commit therefore removes the cond_resched() from Tiny RCU's synchronize_sched(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>