Re: [PATCH 0/3] xen: do some cleanups

From: Boris Ostrovsky
Date: Wed Aug 16 2017 - 11:10:09 EST


On 08/04/2017 07:36 AM, Juergen Gross wrote:
> Remove stuff no longer needed.
>
> Juergen Gross (3):
> xen: remove tests for pvh mode in pure pv paths
> xen: remove unused function xen_set_domain_pte()
> xen: remove not used trace functions
>
> arch/x86/include/asm/xen/page.h | 5 -----
> arch/x86/xen/mmu_pv.c | 20 --------------------
> arch/x86/xen/p2m.c | 25 +------------------------
> arch/x86/xen/setup.c | 5 +----
> include/trace/events/xen.h | 38 --------------------------------------
> 5 files changed, 2 insertions(+), 91 deletions(-)
>

Applied to for-linus-4.14.

-boris