Matthew Daley
2013-Jun-10 07:08 UTC
[PATCH] gnttab: remove unused MAPTRACK_MAX_ENTRIES define
The maximum number of grant mappings is given by max_nr_maptrack_frames() as of commit 5ce8faf, not this unused define. Signed-off-by: Matthew Daley <mattjd@gmail.com> --- xen/include/xen/grant_table.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h index 0820da1..5941191 100644 --- a/xen/include/xen/grant_table.h +++ b/xen/include/xen/grant_table.h @@ -64,9 +64,6 @@ struct grant_mapping { domid_t domid; /* granting domain */ }; -/* Fairly arbitrary. [POLICY] */ -#define MAPTRACK_MAX_ENTRIES 16384 - /* Per-domain grant information. */ struct grant_table { /* Table size. Number of frames shared with guest */ -- 1.7.10.4