summaryrefslogtreecommitdiff
path: root/xen/grant.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/grant.c')
-rw-r--r--xen/grant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/grant.c b/xen/grant.c
index 3d5c3fe7..ae3a7bfc 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;