]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 26 Apr 2012 20:59:44 +0000 (16:59 -0400)
commit9d65734695ec90f66fbb048390a7c85ee6e428f4
treee9ac58fa32b2b41f57073145bca3f91012fdaf23
parent569ca5b3f94cd0b3295ec5943aa457cf4a4f6a3a
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.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/p2m.c