aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/platform/efi/efi_32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/platform/efi/efi_32.c b/arch/x86/platform/efi/efi_32.c
index 05ca14222463..9959657127f4 100644
--- a/arch/x86/platform/efi/efi_32.c
+++ b/arch/x86/platform/efi/efi_32.c
@@ -85,10 +85,9 @@ pgd_t * __init efi_call_phys_prolog(void)
85 85
86void __init efi_call_phys_epilog(pgd_t *save_pgd) 86void __init efi_call_phys_epilog(pgd_t *save_pgd)
87{ 87{
88 load_fixmap_gdt(0);
88 load_cr3(save_pgd); 89 load_cr3(save_pgd);
89 __flush_tlb_all(); 90 __flush_tlb_all();
90
91 load_fixmap_gdt(0);
92} 91}
93 92
94void __init efi_runtime_update_mappings(void) 93void __init efi_runtime_update_mappings(void)