With generic lazy MMU mode tracking being available, there is no real need for having Xen PV specific code to track lazy MMU mode, too.
This makes it possible to drop two paravirt hooks. Note that this series is based on my series "x86/xen: Do some Xen-PV related cleanups" [1]. [1]: https://lore.kernel.org/lkml/[email protected]/ Juergen Gross (5): x86/xen: Drop lazy mode from trace entries x86/xen: Change interface of xen_mc_issue() mm: Refactor lazy_mmu_mode_pause() and lazy_mmu_mode_resume() x86/xen: Get rid of last XEN_LAZY_MMU uses x86/xen: Replace generic lazy tracking with cpu specific one arch/x86/include/asm/paravirt.h | 9 ++-- arch/x86/include/asm/paravirt_types.h | 11 +---- arch/x86/include/asm/xen/hypervisor.h | 25 +--------- arch/x86/kernel/paravirt.c | 6 +-- arch/x86/xen/enlighten_pv.c | 30 +++++------- arch/x86/xen/mmu_pv.c | 66 +++++++++------------------ arch/x86/xen/xen-ops.h | 12 +++-- include/linux/pgtable.h | 56 ++++++++++++++++++----- include/trace/events/xen.h | 33 ++++++++------ 9 files changed, 112 insertions(+), 136 deletions(-) -- 2.54.0
