diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-05-23 17:18:48 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-06-14 19:03:30 -0400 |
commit | 5ef20f872d10c695c30ee036f11c687a23944158 (patch) | |
tree | c8ca6019b596f5de675b01f0e008b95ce7984a80 | |
parent | d5e953739ca6874caa6a656b67593cafb223b700 (diff) |
rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments
Because recent testing shows that "-soundhw pcspkr" is no longer required
in the kernel boot arguments, this commit drops this qemu argument.
Reported-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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/functions.sh b/tools/testing/selftests/rcutorture/bin/functions.sh index 56ac202859eb..1426a9b97494 100644 --- a/tools/testing/selftests/rcutorture/bin/functions.sh +++ b/tools/testing/selftests/rcutorture/bin/functions.sh | |||
@@ -171,7 +171,6 @@ identify_qemu_append () { | |||
171 | identify_qemu_args () { | 171 | identify_qemu_args () { |
172 | case "$1" in | 172 | case "$1" in |
173 | qemu-system-x86_64|qemu-system-i386) | 173 | qemu-system-x86_64|qemu-system-i386) |
174 | echo -soundhw pcspk | ||
175 | ;; | 174 | ;; |
176 | qemu-system-ppc64) | 175 | qemu-system-ppc64) |
177 | echo -enable-kvm -M pseries -nodefaults | 176 | echo -enable-kvm -M pseries -nodefaults |