]> xenbits.xensource.com Git - xen.git/commitdiff
x86/vpmu: remove unused svm and vmx specific headers
authorXenia Ragiadakou <burzalodowa@gmail.com>
Mon, 6 Feb 2023 07:51:39 +0000 (08:51 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 6 Feb 2023 07:51:39 +0000 (08:51 +0100)
Fixes: 8c20aca6751b ("x86/vPMU: invoke <vendor>_vpmu_initialise() through a hook as well")
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/vpmu.c

index 64cdbfc48c4b67b5b41cb1daf8100d88799891b3..33e2fca8cd200392a4825bafa2453387cb5fe24a 100644 (file)
 #include <asm/p2m.h>
 #include <asm/vpmu.h>
 #include <asm/hvm/support.h>
-#include <asm/hvm/vmx/vmx.h>
-#include <asm/hvm/vmx/vmcs.h>
-#include <asm/hvm/svm/svm.h>
-#include <asm/hvm/svm/vmcb.h>
 #include <asm/apic.h>
 #include <irq_vectors.h>
 #include <public/pmu.h>