Message ID | 1452192137-19761-1-git-send-email-cardoe@cardoe.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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>
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"
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(-)