]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/x86/lguest/boot.c
x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / lguest / boot.c
index a0d09f6c65337fc381353783639f45251bf28d78..a1900d4682c0037485ab2cf36904dc5d7c8e196d 100644 (file)
@@ -1472,7 +1472,6 @@ __init void lguest_init(void)
        pv_mmu_ops.lazy_mode.leave = lguest_leave_lazy_mmu_mode;
        pv_mmu_ops.lazy_mode.flush = paravirt_flush_lazy_mmu;
        pv_mmu_ops.pte_update = lguest_pte_update;
-       pv_mmu_ops.pte_update_defer = lguest_pte_update;
 
 #ifdef CONFIG_X86_LOCAL_APIC
        /* APIC read/write intercepts */