|
@@ -445,7 +445,7 @@ static inline void permanent_kmaps_init(pgd_t *pgd_base)
|
|
|
}
|
|
|
#endif /* CONFIG_HIGHMEM */
|
|
|
|
|
|
-void __init native_pagetable_setup_start(void)
|
|
|
+void __init native_pagetable_init(void)
|
|
|
{
|
|
|
unsigned long pfn, va;
|
|
|
pgd_t *pgd, *base = swapper_pg_dir;
|
|
@@ -493,7 +493,7 @@ void __init native_pagetable_setup_done(pgd_t *base)
|
|
|
* If we're booting paravirtualized under a hypervisor, then there are
|
|
|
* more options: we may already be running PAE, and the pagetable may
|
|
|
* or may not be based in swapper_pg_dir. In any case,
|
|
|
- * paravirt_pagetable_setup_start() will set up swapper_pg_dir
|
|
|
+ * paravirt_pagetable_init() will set up swapper_pg_dir
|
|
|
* appropriately for the rest of the initialization to work.
|
|
|
*
|
|
|
* In general, pagetable_init() assumes that the pagetable may already
|