Skip to content

Commit

Permalink
rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
  • Loading branch information
paulmck committed Jun 14, 2016
1 parent d5e9537 commit 5ef20f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/bin/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ identify_qemu_append () {
identify_qemu_args () {
case "$1" in
qemu-system-x86_64|qemu-system-i386)
echo -soundhw pcspk
;;
qemu-system-ppc64)
echo -enable-kvm -M pseries -nodefaults
Expand Down

0 comments on commit 5ef20f8

Please sign in to comment.