xen/mmu: use copy_page instead of memcpy.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 26 Jul 2012 15:57:04 +0000 (11:57 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 23 Aug 2012 15:33:30 +0000 (11:33 -0400)
commitae895ed7839f918bbc8d5425b8973b25a534f4eb
tree5f1345c10403131981bb0c15e1234f83e9b3f505
parent4fac153a7a260e40e10008a0d7a272719684e4cd
xen/mmu: use copy_page instead of memcpy.

After all, this is what it is there for.

Acked-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/mmu.c