arm64: flush: use local TLB and I-cache invalidation
[deliverable/linux.git] / arch / arm64 / kernel / efi.c
index 13671a9cf0167057d583f1c2dddca54ee94658f8..4d12926ea40dcbe321ce2fa9bd8439bdd189c871 100644 (file)
@@ -344,9 +344,9 @@ static void efi_set_pgd(struct mm_struct *mm)
        else
                cpu_switch_mm(mm->pgd, mm);
 
-       flush_tlb_all();
+       local_flush_tlb_all();
        if (icache_is_aivivt())
-               __flush_icache_all();
+               __local_flush_icache_all();
 }
 
 void efi_virtmap_load(void)
This page took 0.030471 seconds and 5 git commands to generate.