]> git.baikalelectronics.ru Git - kernel.git/commit
x86/xen: split off mmu_hvm.c
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 14 Mar 2017 17:35:47 +0000 (18:35 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:05:10 +0000 (11:05 +0200)
commit74f92f6013642c5a50fda3e8633de43f514cc1f6
tree19e92787ea0f8a0fa26df9f48510384db8319288
parentdc100a193e4d5d70f8f97edfc57cd3800f093f31
x86/xen: split off mmu_hvm.c

Move PVHVM related code to mmu_hvm.c.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/Makefile
arch/x86/xen/mmu.c
arch/x86/xen/mmu_hvm.c [new file with mode: 0644]