aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.22-sparse/include/asm-xeno/fixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xenolinux-2.4.22-sparse/include/asm-xeno/fixmap.h')
-rw-r--r--xenolinux-2.4.22-sparse/include/asm-xeno/fixmap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xenolinux-2.4.22-sparse/include/asm-xeno/fixmap.h b/xenolinux-2.4.22-sparse/include/asm-xeno/fixmap.h
index 590ecf9961..ec7083a359 100644
--- a/xenolinux-2.4.22-sparse/include/asm-xeno/fixmap.h
+++ b/xenolinux-2.4.22-sparse/include/asm-xeno/fixmap.h
@@ -47,15 +47,16 @@ enum fixed_addresses {
FIX_NETRING1_BASE,
FIX_NETRING2_BASE,
FIX_NETRING3_BASE,
+ FIX_SHARED_INFO,
#ifdef CONFIG_VGA_CONSOLE
#define NR_FIX_BTMAPS 32 /* 128KB For the Dom0 VGA Console A0000-C0000 */
#else
-#define NR_FIX_BTMAPS 1 /* have on page incase anyone wants it in future */
+#define NR_FIX_BTMAPS 1 /* in case anyone wants it in future... */
#endif
FIX_BTMAP_END,
FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS - 1,
- /* our bt_ioremap is permenant unlike other architectures */
+ /* our bt_ioremap is permanent, unlike other architectures */
__end_of_permanent_fixed_addresses,
__end_of_fixed_addresses = __end_of_permanent_fixed_addresses