forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 }