torture: Make kvm-check-branches.sh use --allcpus
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 15 Oct 2020 18:42:17 +0000 (11:42 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 7 Nov 2020 01:13:58 +0000 (17:13 -0800)
commit5be7d80deb80ceef50a6bd86d83c8fd62264778a
tree5d2c04d49576da58fd93cf1bfbfd9d5216a327a1
parent6c5b9de2c63b2f513a580c6c80d455350012e99b
torture: Make kvm-check-branches.sh use --allcpus

Currently the kvm-check-branches.sh script calculates the number of CPUs
and passes this to the kvm.sh --cpus command-line argument.  This works,
but this commit saves a line by instead using the new kvm.sh --allcpus
command-line argument.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-check-branches.sh