From 3f76e83c4cf6eeacc53f50d1d7bf7645497d94e9 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 5 Apr 2019 16:28:31 +0200 Subject: [PATCH] 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 --- xen/arch/x86/hvm/svm/entry.S | 5 ----- xen/arch/x86/hvm/vmx/entry.S | 5 ----- xen/arch/x86/x86_64/compat/entry.S | 3 --- xen/arch/x86/x86_64/entry.S | 3 --- 4 files changed, 16 deletions(-) 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 -- 2.30.2