aboutsummaryrefslogtreecommitdiffstats
path: root/xen/xsm
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-02-06 17:09:32 +0000
committerKeir Fraser <keir@xen.org>2011-02-06 17:09:32 +0000
commit75f04e45d08c5c5f8088f72782b0c3dec823721b (patch)
tree494571c2af28d86ffcca2661a82ddea4f299a46f /xen/xsm
parent6dbb66c9e5d21ab5e40266b3a8e90d21677a1635 (diff)
downloadxen-75f04e45d08c5c5f8088f72782b0c3dec823721b.tar.gz
xen-75f04e45d08c5c5f8088f72782b0c3dec823721b.tar.bz2
xen-75f04e45d08c5c5f8088f72782b0c3dec823721b.zip
xsm: Fix compilation error (unused variable)
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'xen/xsm')
-rw-r--r--xen/xsm/xsm_policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/xsm/xsm_policy.c b/xen/xsm/xsm_policy.c
index 4336afdef6..dcab94d580 100644
--- a/xen/xsm/xsm_policy.c
+++ b/xen/xsm/xsm_policy.c
@@ -32,7 +32,7 @@ int xsm_policy_init(unsigned int *initrdidx, const multiboot_info_t *mbi,
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.