]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit7e0563dea9c4e62297846359186c597e7231912d
tree1169c1bdddf144352f166a5b2683a46672eeb4fc
parentfeef87ebfde295ff29a8a57ce47c933db7e79b05
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]