Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Thomas Huth and committed by
Paolo Bonzini
2417c870 118154bd

-2
-2
tools/testing/selftests/kvm/lib/x86_64/vmx.c
··· 5 5 * Copyright (C) 2018, Google LLC. 6 6 */ 7 7 8 - #define _GNU_SOURCE /* for program_invocation_name */ 9 - 10 8 #include "test_util.h" 11 9 #include "kvm_util.h" 12 10 #include "processor.h"