From 9754544a55d3a290e3198c36198e66d059033a38 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 8 Jan 2016 10:46:47 +0100 Subject: [PATCH] fix missing XSM_ENABLE change 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 Acked-by: Daniel De Graaf --- 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 2a74496b8e..5e432dee71 100644 --- a/xen/xsm/xsm_core.c +++ b/xen/xsm/xsm_core.c @@ -17,7 +17,7 @@ #include #include -#ifdef XSM_ENABLE +#ifdef CONFIG_XSM #define XSM_FRAMEWORK_VERSION "1.0.0" -- 2.39.5