kernel/arch/x86/hyperv/mmu.c
.. .. @@ -239,6 +239,6 @@ 239 239 return; 240 240 241 241 pr_info("Using hypercall for remote TLB flush\n"); 242 - pv_mmu_ops.flush_tlb_others = hyperv_flush_tlb_others;243 - pv_mmu_ops.tlb_remove_table = tlb_remove_table;242 + pv_ops.mmu.flush_tlb_others = hyperv_flush_tlb_others;243 + pv_ops.mmu.tlb_remove_table = tlb_remove_table;244 244 }