]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/p2m: Move code around to allow for better re-usage.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 30 Mar 2012 15:45:01 +0000 (11:45 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 11 May 2012 18:12:40 +0000 (14:12 -0400)
commit713747785192cb3ea2ab850ded003fa51f0e3150
tree402819b3641c77a73eea8a8bd21111a46aa30610
parent84b2ca0d33d0ac8037033477cb09788ce510904b
xen/p2m: Move code around to allow for better re-usage.

We are going to be using the early_alloc_p2m (and
early_alloc_p2m_middle) code in follow up patches which
are not related to setting identity pages.

Hence lets move the code out in its own function and
rename them as appropiate.

[upstream git commit 3f3aaea29ff7ee2d43b430338427f30ba7f60ff9]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/p2m.c