linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-i386 / fixmap.h
index f11513a..cfb1c61 100644 (file)
@@ -20,7 +20,7 @@
  * Leave one empty page between vmalloc'ed areas and
  * the start of the fixmap.
  */
-extern unsigned long __FIXADDR_TOP;
+#define __FIXADDR_TOP  0xfffff000
 
 #ifndef __ASSEMBLY__
 #include <linux/kernel.h>
@@ -95,8 +95,6 @@ enum fixed_addresses {
 extern void __set_fixmap (enum fixed_addresses idx,
                                        unsigned long phys, pgprot_t flags);
 
-extern void set_fixaddr_top(unsigned long top);
-
 #define set_fixmap(idx, phys) \
                __set_fixmap(idx, phys, PAGE_KERNEL)
 /*