]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/fixmap.h
NetLabel: change netlbl_secattr_init() to return void
[linux-2.6-omap-h63xx.git] / include / asm-i386 / fixmap.h
index a48cc3f7ccc688a725595e46bb21c6e2fe7fb0ad..02428cb366219072fe81d3210279708f52fb5854 100644 (file)
  * Leave one empty page between vmalloc'ed areas and
  * the start of the fixmap.
  */
-#define __FIXADDR_TOP  0xfffff000
+#ifndef CONFIG_COMPAT_VDSO
+extern unsigned long __FIXADDR_TOP;
+#else
+#define __FIXADDR_TOP  0xfffff000
+#endif
 
 #ifndef __ASSEMBLY__
 #include <linux/kernel.h>
@@ -93,6 +97,7 @@ enum fixed_addresses {
 
 extern void __set_fixmap (enum fixed_addresses idx,
                                        unsigned long phys, pgprot_t flags);
+extern void reserve_top_address(unsigned long reserve);
 
 #define set_fixmap(idx, phys) \
                __set_fixmap(idx, phys, PAGE_KERNEL)