projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb705e6
)
x86/traps: remove now unused inclusion of emulate.h
author
Wei Liu
<wei.liu2@citrix.com>
Mon, 5 Jun 2017 15:04:57 +0000
(16:04 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Wed, 21 Jun 2017 13:30:24 +0000
(14:30 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/traps.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/traps.c
b/xen/arch/x86/traps.c
index 88dfd464e76df803ada12c643e929faab72d70fe..8c6cf109bd4e61389fd5a09166b28bad75bb6b36 100644
(file)
--- a/
xen/arch/x86/traps.c
+++ b/
xen/arch/x86/traps.c
@@
-79,8
+79,6
@@
#include <xsm/xsm.h>
#include <asm/pv/traps.h>
-#include "pv/emulate.h"
-
/*
* opt_nmi: one of 'ignore', 'dom0', or 'fatal'.
* fatal: Xen prints diagnostic message and then hangs.