forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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 }