x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal
[pandora-kernel.git] / arch / x86 / xen / mmu.c
index 2b8b0de..fe00be6 100644 (file)
@@ -2079,6 +2079,7 @@ static const struct pv_mmu_ops xen_mmu_ops __initconst = {
        .lazy_mode = {
                .enter = paravirt_enter_lazy_mmu,
                .leave = xen_leave_lazy_mmu,
+               .flush = paravirt_flush_lazy_mmu,
        },
 
        .set_fixmap = xen_set_fixmap,