[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] x86/entry: drop unused header inclusions
commit 3f76e83c4cf6eeacc53f50d1d7bf7645497d94e9 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Fri Apr 5 16:28:31 2019 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Apr 5 16:28:31 2019 +0200 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 <jbeulich@xxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx> --- 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 <xen/errno.h> -#include <xen/softirq.h> -#include <asm/types.h> #include <asm/asm_defns.h> -#include <asm/apicdef.h> #include <asm/page.h> -#include <public/xen.h> #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 <xen/errno.h> -#include <xen/softirq.h> -#include <asm/types.h> #include <asm/asm_defns.h> -#include <asm/apicdef.h> #include <asm/page.h> -#include <public/xen.h> #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 <xen/errno.h> -#include <xen/softirq.h> #include <asm/asm_defns.h> -#include <asm/apicdef.h> #include <asm/page.h> #include <asm/processor.h> #include <asm/desc.h> 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 <xen/errno.h> -#include <xen/softirq.h> #include <asm/asm_defns.h> -#include <asm/apicdef.h> #include <asm/page.h> #include <asm/processor.h> #include <public/xen.h> -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |