Code that works until after allocating pgd and pmd caches.

This commit is contained in:
Bahadir Balban
2009-07-29 20:01:40 +03:00
parent 723cf7bde9
commit 82807c2f0a
3 changed files with 4 additions and 4 deletions

View File

@@ -376,7 +376,7 @@ void start_kernel(void)
vectors_init();
/* Remap 1MB kernel sections as 4Kb pages. */
// remap_as_pages((void *)page_align(_start_kernel), (void *)page_align_up(_end));
remap_as_pages((void *)page_align(_start_kernel), (void *)page_align_up(_end_kernel));
/* Move the initial pgd into a more convenient place, mapped as pages. */
// relocate_page_tables();