forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
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 }