[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xsm: Fix compilation error (unused variable)
# HG changeset patch # User Keir Fraser <keir@xxxxxxx> # Date 1297012172 0 # Node ID 24a4487c9bef65a5ee57aede9446845c95f25f8c # Parent 1861627620710a18f21b38c5daf417c3864b4d15 xsm: Fix compilation error (unused variable) Signed-off-by: Stephen Smalley <sds@xxxxxxxxxxxxx> --- xen/xsm/xsm_policy.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 186162762071 -r 24a4487c9bef xen/xsm/xsm_policy.c --- a/xen/xsm/xsm_policy.c Sun Feb 06 17:03:09 2011 +0000 +++ b/xen/xsm/xsm_policy.c Sun Feb 06 17:09:32 2011 +0000 @@ -32,7 +32,7 @@ int xsm_policy_init(unsigned int *initrd 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. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |