]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: drop x86.h include from cpuid.h
authorMaxim Levitsky <mlevitsk@redhat.com>
Fri, 6 Sep 2024 22:18:21 +0000 (18:18 -0400)
committerSean Christopherson <seanjc@google.com>
Fri, 1 Nov 2024 16:22:23 +0000 (09:22 -0700)
commite52ad1ddd0a3b07777141ec9406d5dc2c9a0de17
tree712a996d5157fb20a4c46e6779e0ae3d3b62ae57
parenteecf3985459a4f9128939fbbef75972d7468e4a1
KVM: x86: drop x86.h include from cpuid.h

Drop x86.h include from cpuid.h to allow the x86.h to include the cpuid.h
instead.

Also fix various places where x86.h was implicitly included via cpuid.h

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Link: https://lore.kernel.org/r/20240906221824.491834-2-mlevitsk@redhat.com
[sean: fixup a missed include in mtrr.c]
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/cpuid.h
arch/x86/kvm/mmu.h
arch/x86/kvm/mtrr.c
arch/x86/kvm/vmx/hyperv.c
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/sgx.c