aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/grant_table.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-19 23:30:32 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-19 23:30:32 +0100
commit03cd09e044498c26beb79dbb0967bcc326cab7ae (patch)
tree67853375ee9356fd22c6c657bfd1455f1c4f6a0c /xen/include/xen/grant_table.h
parent9731212f503886fe6eabb43c0288d277616c32bf (diff)
downloadxen-03cd09e044498c26beb79dbb0967bcc326cab7ae.tar.gz
xen-03cd09e044498c26beb79dbb0967bcc326cab7ae.tar.bz2
xen-03cd09e044498c26beb79dbb0967bcc326cab7ae.zip
gnttab: Remove unused per-domain map_count field
Signed-off-by: Steven Smith <steven.smith@eu.citrix.com>
Diffstat (limited to 'xen/include/xen/grant_table.h')
-rw-r--r--xen/include/xen/grant_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h
index d0e8040a19..096af9bb4c 100644
--- a/xen/include/xen/grant_table.h
+++ b/xen/include/xen/grant_table.h
@@ -91,7 +91,6 @@ struct grant_table {
struct grant_mapping **maptrack;
unsigned int maptrack_head;
unsigned int maptrack_limit;
- unsigned int map_count;
/* Lock protecting updates to active and shared grant tables. */
spinlock_t lock;
};