torture: Remove duplicated argument -enable-kvm for ppc64
authorZhouyi Zhou <zhouzhouyi@gmail.com>
Sun, 26 Mar 2023 00:24:34 +0000 (08:24 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 15 May 2023 19:23:59 +0000 (12:23 -0700)
commitce2544b2d05ee84cb9be1e05bf3e1a98c72b15dc
treee5755bf6a580414f1cf2dda2722d9aea9cd2bda8
parent9e5d61c013a2c8b18f1205b6cd488a24ebce2d39
torture: Remove duplicated argument -enable-kvm for ppc64

The qemu argument -enable-kvm is duplicated because the qemu_args bash
variable in kvm-test-1-run.sh already provides it.  This commit therefore
removes the ppc64-specific copy in functions.sh.

Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
tools/testing/selftests/rcutorture/bin/functions.sh