Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / arch / x86 / kernel / paravirt.c
index d073026..04cafc0 100644 (file)
@@ -291,7 +291,7 @@ struct paravirt_patch_template pv_ops = {
        .mmu.flush_tlb_user     = native_flush_tlb_local,
        .mmu.flush_tlb_kernel   = native_flush_tlb_global,
        .mmu.flush_tlb_one_user = native_flush_tlb_one_user,
-       .mmu.flush_tlb_others   = native_flush_tlb_others,
+       .mmu.flush_tlb_multi    = native_flush_tlb_multi,
        .mmu.tlb_remove_table   =
                        (void (*)(struct mmu_gather *, void *))tlb_remove_page,