From: Wei Liu Date: Thu, 8 Jun 2017 16:24:20 +0000 (+0100) Subject: x86: remove the now empty x86_64/compat/traps.c X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1899 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fca33ce269c0e7d933f2ed622e8d83785d7018bf;p=xen.git x86: remove the now empty x86_64/compat/traps.c Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- diff --git a/xen/arch/x86/x86_64/compat/traps.c b/xen/arch/x86/x86_64/compat/traps.c deleted file mode 100644 index cade7f2923..0000000000 --- a/xen/arch/x86/x86_64/compat/traps.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include -#include -#include - - -/* - * Local variables: - * mode: C - * c-file-style: "BSD" - * c-basic-offset: 4 - * tab-width: 4 - * indent-tabs-mode: nil - * End: - */ diff --git a/xen/arch/x86/x86_64/traps.c b/xen/arch/x86/x86_64/traps.c index 79bfc4d3f0..a15231ca0c 100644 --- a/xen/arch/x86/x86_64/traps.c +++ b/xen/arch/x86/x86_64/traps.c @@ -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);