hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/hyperv/mmu.c
....@@ -239,6 +239,6 @@
239239 return;
240240
241241 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;
244244 }