x86/xen: split off mmu_hvm.c
authorVitaly Kuznetsov <[email protected]>
Tue, 14 Mar 2017 17:35:47 +0000 (18:35 +0100)
committerJuergen Gross <[email protected]>
Tue, 2 May 2017 09:05:10 +0000 (11:05 +0200)
commitfeef87ebfde295ff29a8a57ce47c933db7e79b05
tree19e92787ea0f8a0fa26df9f48510384db8319288
parent83b96794e0ea97ca7e05b15e31d31dac71d3fc2a
x86/xen: split off mmu_hvm.c

Move PVHVM related code to mmu_hvm.c.

Signed-off-by: Vitaly Kuznetsov <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
arch/x86/xen/Makefile
arch/x86/xen/mmu.c
arch/x86/xen/mmu_hvm.c [new file with mode: 0644]