projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18eed42
)
fix missing XSM_ENABLE change
author
Doug Goldstein
<cardoe@cardoe.com>
Fri, 8 Jan 2016 09:46:47 +0000
(10:46 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 8 Jan 2016 09:46:47 +0000
(10:46 +0100)
This is broken from "xen: convert XSM_ENABLE to Kconfig"
6d5293032f5fc1c65f7a73548afaa3caa8e0105a
. This hunk was dropped when I
made my v2 for some reason.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
xen/xsm/xsm_core.c
patch
|
blob
|
history
diff --git
a/xen/xsm/xsm_core.c
b/xen/xsm/xsm_core.c
index 2a74496b8eb69ef892e3765926c59182680a48f0..5e432dee71fc48c8cfa55e1d69aa23c2a71f1641 100644
(file)
--- a/
xen/xsm/xsm_core.c
+++ b/
xen/xsm/xsm_core.c
@@
-17,7
+17,7
@@
#include <xen/hypercall.h>
#include <xsm/xsm.h>
-#ifdef
XSM_ENABLE
+#ifdef
CONFIG_XSM
#define XSM_FRAMEWORK_VERSION "1.0.0"