rcutorture: Flag tests requiring more CPUs than are available
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 18 Jan 2014 06:08:09 +0000 (22:08 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 18 Feb 2014 20:27:24 +0000 (12:27 -0800)
This commit adds a "(!)" flag after the number of CPUs required by a
given test if that test requires more than the available number of CPUs.
Note that these flags appear only when the number of CPUs is specified
using the --cpus argument.  In the absence of a --cpus argument, no
tests are flagged.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>

No differences found