commit | aa5a8988760142fe33e38790a578bd84ddf3e339 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Dec 31 16:27:06 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 23 19:59:52 2016 -0800 |
tree | e9f13afcdd556eaf66cd3d9842158028862ea193 | |
parent | 23a9bacd357ab8388c7e07101b186a4282874992 [diff] |
rcutorture: Correct no-expedite console messages The "Disabled dynamic grace-period expediting" console message is currently printed unconditionally. This commit causes it to be output only when it is impossible to switch between normal and expedited grace periods, which was the original intent. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>