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>
.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
.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
.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>
.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>