* [PATCH] xen: fix missing XSM_ENABLE change
@ 2016-01-07 18:42 Doug Goldstein
2016-01-07 22:58 ` Daniel De Graaf
0 siblings, 1 reply; 2+ messages in thread
From: Doug Goldstein @ 2016-01-07 18:42 UTC (permalink / raw)
To: xen-devel; +Cc: Daniel De Graaf, Doug Goldstein
This is broken from "xen: convert XSM_ENABLE to Kconfig"
6d5293032f5fc1c65f7a73548afaa3caa8e0105a. This hunk was dropped when I
made my v2 for some reason.
CC: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
xen/xsm/xsm_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/xsm/xsm_core.c b/xen/xsm/xsm_core.c
index 2a74496..5e432de 100644
--- 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"
--
2.4.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xen: fix missing XSM_ENABLE change
2016-01-07 18:42 [PATCH] xen: fix missing XSM_ENABLE change Doug Goldstein
@ 2016-01-07 22:58 ` Daniel De Graaf
0 siblings, 0 replies; 2+ messages in thread
From: Daniel De Graaf @ 2016-01-07 22:58 UTC (permalink / raw)
To: Doug Goldstein, xen-devel
On 01/07/2016 01:42 PM, Doug Goldstein wrote:
> 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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-07 22:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 18:42 [PATCH] xen: fix missing XSM_ENABLE change Doug Goldstein
2016-01-07 22:58 ` Daniel De Graaf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.