commit | 3836f5337f74fedc15981688c3c31dbf4293ae84 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Aug 30 03:29:58 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Oct 06 11:25:01 2015 -0700 |
tree | a38f08f864e18120fdecbb923f685ac875efcc5d | |
parent | 617783dd99704331e22636388c932450e02ee636 [diff] |
torture: Consolidate cond_resched_rcu_qs() into stutter_wait() This commit moves cond_resched_rcu_qs() into stutter_wait(), saving a line and also avoiding RCU CPU stall warnings from all torture loops containing a stutter_wait(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>