aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-04-14 16:31:59 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-04-14 16:31:59 +0000
commit97c4f6c00218c8cf74f75a8466c4254cdfba160b (patch)
tree30fef49ce806c23ceca028e0881e7878bd08613a /xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h
parent7e3f82ea5e4abae5d28e58d90f7c2b54f109eb6a (diff)
downloadxen-97c4f6c00218c8cf74f75a8466c4254cdfba160b.tar.gz
xen-97c4f6c00218c8cf74f75a8466c4254cdfba160b.tar.bz2
xen-97c4f6c00218c8cf74f75a8466c4254cdfba160b.zip
bitkeeper revision 1.165 (3e9ae27fgvCRUGxAZJ70ClZ8aKWQkw)
Many files: Virtualised the GDT. Also some progress in virtualising the LDT.
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h b/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h
index aad36820b7..d15646fcb5 100644
--- a/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h
+++ b/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/page.h
@@ -116,12 +116,6 @@ static inline pmd_t __pmd(unsigned long x)
#define __PAGE_OFFSET (0xC0000000)
-/*
- * This much address space is reserved for vmalloc() and iomap()
- * as well as fixmap mappings.
- */
-#define __VMALLOC_RESERVE (128 << 20)
-
#ifndef __ASSEMBLY__
/*
@@ -162,9 +156,6 @@ static __inline__ int get_order(unsigned long size)
#endif /* __ASSEMBLY__ */
#define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
-#define VMALLOC_RESERVE ((unsigned long)__VMALLOC_RESERVE)
-#define __MAXMEM (-__PAGE_OFFSET-__VMALLOC_RESERVE)
-#define MAXMEM ((unsigned long)(-PAGE_OFFSET-VMALLOC_RESERVE))
#define __pa(x) ((unsigned long)(x)-PAGE_OFFSET)
#define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET))
#define virt_to_page(kaddr) (mem_map + (__pa(kaddr) >> PAGE_SHIFT))