]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Remove superfluous define from vmx.c
authorThomas Huth <thuth@redhat.com>
Thu, 18 Jul 2019 11:55:27 +0000 (13:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 20 Jul 2019 07:00:44 +0000 (09:00 +0200)
commit32ffe8a22f266ebc7c5c01a3a5b30b049c25158f
tree4274e6781152d7f7b2e01942f16ba155c35c6410
parentc9c479ba55a1e1f9ec7d9ab70bfa6b9106a50654
KVM: selftests: Remove superfluous define from vmx.c

The code in vmx.c does not use "program_invocation_name", so there
is no need to "#define _GNU_SOURCE" here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/lib/x86_64/vmx.c