diff options
author | Boqun Feng <boqun.feng@gmail.com> | 2016-05-18 23:42:24 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-06-14 19:03:30 -0400 |
commit | d5e953739ca6874caa6a656b67593cafb223b700 (patch) | |
tree | 10a2c2d1d90153e523412e7ab215de3538706f78 | |
parent | 1b2f48f29e5507a15c1fa8264362d30c02607dcd (diff) |
rcutorture: Don't specify the cpu type of QEMU on PPC
Do not restrict the cpu type to POWER7 for QEMU as we have POWER8 now.
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r-- | tools/testing/selftests/rcutorture/bin/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/functions.sh b/tools/testing/selftests/rcutorture/bin/functions.sh index 77fdb46cc65a..56ac202859eb 100644 --- a/tools/testing/selftests/rcutorture/bin/functions.sh +++ b/tools/testing/selftests/rcutorture/bin/functions.sh | |||
@@ -174,7 +174,7 @@ identify_qemu_args () { | |||
174 | echo -soundhw pcspk | 174 | echo -soundhw pcspk |
175 | ;; | 175 | ;; |
176 | qemu-system-ppc64) | 176 | qemu-system-ppc64) |
177 | echo -enable-kvm -M pseries -cpu POWER7 -nodefaults | 177 | echo -enable-kvm -M pseries -nodefaults |
178 | echo -device spapr-vscsi | 178 | echo -device spapr-vscsi |
179 | if test -n "$TORTURE_QEMU_INTERACTIVE" -a -n "$TORTURE_QEMU_MAC" | 179 | if test -n "$TORTURE_QEMU_INTERACTIVE" -a -n "$TORTURE_QEMU_MAC" |
180 | then | 180 | then |