]> git.baikalelectronics.ru Git - kernel.git/commit
x86/xen: split off mmu_pv.c
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 4 Apr 2017 12:48:17 +0000 (14:48 +0200)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:08:51 +0000 (11:08 +0200)
commit7a3492470465a62c02053670d77a78b7f5aae214
tree1169c1bdddf144352f166a5b2683a46672eeb4fc
parent74f92f6013642c5a50fda3e8633de43f514cc1f6
x86/xen: split off mmu_pv.c

Basically, mmu.c is renamed to mmu_pv.c and some code moved out to common
mmu.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_pv.c [new file with mode: 0644]