* [PATCH] xen/xsm: Fix compilation error
@ 2011-02-02 16:35 Stephen Smalley
0 siblings, 0 replies; only message in thread
From: Stephen Smalley @ 2011-02-02 16:35 UTC (permalink / raw)
To: Xen
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
Fix a compilation error in the XSM code by removing an unused variable.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
---
xen/xsm/xsm_policy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Stephen Smalley
National Security Agency
[-- Attachment #2: xen-xsm-compile-fix.patch --]
[-- Type: text/x-patch, Size: 377 bytes --]
diff --git a/xen/xsm/xsm_policy.c b/xen/xsm/xsm_policy.c
--- a/xen/xsm/xsm_policy.c
+++ b/xen/xsm/xsm_policy.c
@@ -32,7 +32,7 @@
module_t *mod = (module_t *)__va(mbi->mods_addr);
int rc = 0;
u32 *_policy_start;
- unsigned long start, _policy_len;
+ unsigned long _policy_len;
/*
* Try all modules and see whichever could be the binary policy.
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-02 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 16:35 [PATCH] xen/xsm: Fix compilation error Stephen Smalley
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.