Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
xen.23583
5ca7660f-x86-entry-drop-unused-includes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5ca7660f-x86-entry-drop-unused-includes.patch of Package xen.23583
References: bsc#1135799 # Commit 3f76e83c4cf6eeacc53f50d1d7bf7645497d94e9 # Date 2019-04-05 16:28:31 +0200 # Author Jan Beulich <jbeulich@suse.com> # Committer Jan Beulich <jbeulich@suse.com> 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@suse.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> --- 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 --- 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 --- 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> --- 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>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor