x86-32, mm: Add an initial page table for core bootstrapping
[pandora-kernel.git] / arch / x86 / include / asm / pgtable_32.h
index f686f49..8abde9e 100644 (file)
@@ -26,7 +26,7 @@ struct mm_struct;
 struct vm_area_struct;
 
 extern pgd_t swapper_pg_dir[1024];
-extern pgd_t trampoline_pg_dir[1024];
+extern pgd_t initial_page_table[1024];
 
 static inline void pgtable_cache_init(void) { }
 static inline void check_pgt_cache(void) { }