diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2020-07-03 00:59:05 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-08-25 03:45:31 +0200 |
commit | fbb9f8531a0d6693189783d295114db4c30624ca (patch) | |
tree | ecb7a15ac35c7c0131c652ce47e8b31f0125fd0a /tools | |
parent | rcutorture: Output number of elapsed grace periods (diff) | |
download | linux-fbb9f8531a0d6693189783d295114db4c30624ca.tar.xz linux-fbb9f8531a0d6693189783d295114db4c30624ca.zip |
torture: document --allcpus argument added to the kvm.sh script
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/kvm.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh index e655983b7429..0a0846389a6e 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh @@ -46,6 +46,7 @@ jitter="-1" usage () { echo "Usage: $scriptname optional arguments:" + echo " --allcpus" echo " --bootargs kernel-boot-arguments" echo " --bootimage relative-path-to-kernel-boot-image" echo " --buildonly" |