diff options
Diffstat (limited to 'xen/grant.c')
-rw-r--r-- | xen/grant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/grant.c b/xen/grant.c index 3d5c3fe..ae3a7bf 100644 --- a/xen/grant.c +++ b/xen/grant.c @@ -25,7 +25,7 @@ #include "grant.h" #define NR_RESERVED_ENTRIES 8 -#define NR_GRANT_PAGES 4 +#define NR_GRANT_PAGES 8 decl_simple_lock_data(static,lock); static struct grant_entry *grants; |