]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
Revert "fix missing XSM_ENABLE change"
authorJan Beulich <jbeulich@suse.com>
Fri, 8 Jan 2016 16:34:16 +0000 (17:34 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 8 Jan 2016 16:34:16 +0000 (17:34 +0100)
This reverts commit 9754544a55d3a290e3198c36198e66d059033a38,
as the one it fixes needs reverting.

xen/xsm/xsm_core.c

index 5e432dee71fc48c8cfa55e1d69aa23c2a71f1641..2a74496b8eb69ef892e3765926c59182680a48f0 100644 (file)
@@ -17,7 +17,7 @@
 #include <xen/hypercall.h>
 #include <xsm/xsm.h>
 
-#ifdef CONFIG_XSM
+#ifdef XSM_ENABLE
 
 #define XSM_FRAMEWORK_VERSION    "1.0.0"