Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efd327a2 authored by Alex Nixon's avatar Alex Nixon Committed by Ingo Molnar
Browse files

x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()



They were already called once in arch/x86/kernel/setup.c - we don't need to call them again.

Signed-off-by: default avatarAlex Nixon <alex.nixon@citrix.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f8639939
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -458,11 +458,7 @@ static void __init pagetable_init(void)
{
	pgd_t *pgd_base = swapper_pg_dir;

	paravirt_pagetable_setup_start(pgd_base);

	permanent_kmaps_init(pgd_base);

	paravirt_pagetable_setup_done(pgd_base);
}

#ifdef CONFIG_ACPI_SLEEP