From: Jan Beulich Date: Fri, 5 Apr 2019 14:28:31 +0000 (+0200) Subject: x86/entry: drop unused header inclusions X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3f76e83c4cf6eeacc53f50d1d7bf7645497d94e9;p=people%2Fsstabellini%2Fxen-unstable.git%2F.git x86/entry: drop unused header inclusions I'm in particular after getting rid of asm/apicdef.h, but there are more no longer (or perhaps never having been) used ones. Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper Reviewed-by: Kevin Tian Reviewed-by: Boris Ostrovsky --- diff --git a/xen/arch/x86/hvm/svm/entry.S b/xen/arch/x86/hvm/svm/entry.S index 908cafb498..e954d8e021 100644 --- a/xen/arch/x86/hvm/svm/entry.S +++ b/xen/arch/x86/hvm/svm/entry.S @@ -19,13 +19,8 @@ .file "svm/entry.S" -#include -#include -#include #include -#include #include -#include #define VMRUN .byte 0x0F,0x01,0xD8 #define STGI .byte 0x0F,0x01,0xDC diff --git a/xen/arch/x86/hvm/vmx/entry.S b/xen/arch/x86/hvm/vmx/entry.S index d18c149376..27c8c5ca49 100644 --- a/xen/arch/x86/hvm/vmx/entry.S +++ b/xen/arch/x86/hvm/vmx/entry.S @@ -18,13 +18,8 @@ .file "vmx/entry.S" -#include -#include -#include #include -#include #include -#include #define VMRESUME .byte 0x0f,0x01,0xc3 #define VMLAUNCH .byte 0x0f,0x01,0xc2 diff --git a/xen/arch/x86/x86_64/compat/entry.S b/xen/arch/x86/x86_64/compat/entry.S index 175c2fe451..3cd375bd48 100644 --- a/xen/arch/x86/x86_64/compat/entry.S +++ b/xen/arch/x86/x86_64/compat/entry.S @@ -4,10 +4,7 @@ .file "x86_64/compat/entry.S" -#include -#include #include -#include #include #include #include diff --git a/xen/arch/x86/x86_64/entry.S b/xen/arch/x86/x86_64/entry.S index e8eae3b08d..11385857fa 100644 --- a/xen/arch/x86/x86_64/entry.S +++ b/xen/arch/x86/x86_64/entry.S @@ -6,10 +6,7 @@ .file "x86_64/entry.S" -#include -#include #include -#include #include #include #include