aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.4.29-xen-sparse/include/asm-xen/fixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4.29-xen-sparse/include/asm-xen/fixmap.h')
-rw-r--r--linux-2.4.29-xen-sparse/include/asm-xen/fixmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-2.4.29-xen-sparse/include/asm-xen/fixmap.h b/linux-2.4.29-xen-sparse/include/asm-xen/fixmap.h
index bc6e2c2004..255ac4a468 100644
--- a/linux-2.4.29-xen-sparse/include/asm-xen/fixmap.h
+++ b/linux-2.4.29-xen-sparse/include/asm-xen/fixmap.h
@@ -17,6 +17,7 @@
#include <linux/kernel.h>
#include <asm/apicdef.h>
#include <asm/page.h>
+#include <asm-xen/gnttab.h>
#ifdef CONFIG_HIGHMEM
#include <linux/threads.h>
#include <asm/kmap_types.h>
@@ -52,7 +53,8 @@ enum fixed_addresses {
FIX_NETRING2_BASE,
FIX_NETRING3_BASE,
FIX_SHARED_INFO,
- FIX_GNTTAB,
+ FIX_GNTTAB_BEGIN,
+ FIX_GNTTAB_END = FIX_GNTTAB_BEGIN + NR_GRANT_FRAMES - 1,
#ifdef CONFIG_VGA_CONSOLE
#define NR_FIX_BTMAPS 32 /* 128KB For the Dom0 VGA Console A0000-C0000 */
#else