WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] /xen/xsm/ Corrected the usage of XSM_ENABLE

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] /xen/xsm/ Corrected the usage of XSM_ENABLE
From: Machon Gregory <mbgrego@xxxxxxxxxxxxxx>
Date: Wed, 07 Oct 2009 12:16:54 -0400
Cc: "George S. Coker, II" <gscoker@xxxxxxxxxxxxxx>
Delivery-date: Wed, 07 Oct 2009 09:15:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.21 (X11/20090320)
Corrected the usage of XSM_ENABLE from changeset  20285.

Signed-off-by : Machon Gregory <mbgrego@xxxxxxxxxxxxxx>

---
 xen/xsm/Makefile     |    2 +-
 xen/xsm/xsm_policy.c |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

-- 
Machon Gregory
National Information Assurance Research Lab (NIARL)
Defensive Computing Research Office
443-479-6945

diff -r f9cbb5a274d6 xen/xsm/Makefile
--- a/xen/xsm/Makefile
+++ b/xen/xsm/Makefile
@@ -1,6 +1,6 @@
 obj-y += xsm_core.o
+ifeq ($(XSM_ENABLE),y)
 obj-y += xsm_policy.o
-ifeq ($(XSM_ENABLE),y)
 obj-y += dummy.o
 endif
 
diff -r f9cbb5a274d6 xen/xsm/xsm_policy.c
--- a/xen/xsm/xsm_policy.c
+++ b/xen/xsm/xsm_policy.c
@@ -19,7 +19,6 @@
  *
  */
 
-#define XSM_ENABLE
 #include <xsm/xsm.h>
 #include <xen/multiboot.h>
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] /xen/xsm/ Corrected the usage of XSM_ENABLE, Machon Gregory <=