]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86: remove the now empty x86_64/compat/traps.c
authorWei Liu <wei.liu2@citrix.com>
Thu, 8 Jun 2017 16:24:20 +0000 (17:24 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 27 Jun 2017 16:04:13 +0000 (17:04 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_64/compat/traps.c [deleted file]
xen/arch/x86/x86_64/traps.c

diff --git a/xen/arch/x86/x86_64/compat/traps.c b/xen/arch/x86/x86_64/compat/traps.c
deleted file mode 100644 (file)
index cade7f2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <xen/event.h>
-#include <asm/regs.h>
-#include <compat/callback.h>
-#include <compat/arch-x86_32.h>
-
-
-/*
- * Local variables:
- * mode: C
- * c-file-style: "BSD"
- * c-basic-offset: 4
- * tab-width: 4
- * indent-tabs-mode: nil
- * End:
- */
index 79bfc4d3f05c60d148e5a20029e9eae4f4b94c77..a15231ca0cb4c78b0376d962de86d7592d91a2b8 100644 (file)
@@ -335,8 +335,6 @@ void subarch_percpu_traps_init(void)
     wrmsrl(MSR_SYSCALL_MASK, XEN_SYSCALL_MASK);
 }
 
-#include "compat/traps.c"
-
 void hypercall_page_initialise(struct domain *d, void *hypercall_page)
 {
     memset(hypercall_page, 0xCC, PAGE_SIZE);