x86-32: Separate 1:1 pagetables from swapper_pg_dir
[pandora-kernel.git] / arch / x86 / include / asm / pgtable_32.h
index 2984a25..f686f49 100644 (file)
@@ -26,6 +26,7 @@ struct mm_struct;
 struct vm_area_struct;
 
 extern pgd_t swapper_pg_dir[1024];
+extern pgd_t trampoline_pg_dir[1024];
 
 static inline void pgtable_cache_init(void) { }
 static inline void check_pgt_cache(void) { }