]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/e820: Coalesce the PVH release/populate logic in the generic case.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 22 Oct 2012 15:58:36 +0000 (11:58 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 29 Oct 2012 14:10:46 +0000 (10:10 -0400)
commit52f90d3ca175f83d16060aedc6f504c1e48f04d0
tree18176407e437b9c732ab7388869c9b44ec3187ee
parent6056726e851af38211f12eddafa07de3ef7ae8df
xen/e820: Coalesce the PVH release/populate logic in the generic case.

Squash the PVH specific case in xen_set_identity_and_release_chunk
and make the 'if (PVH..)' case within xen_do_chunk and
xen_set_identity_and_release_chunk function.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
[v2: Remove the extra xlated_phys since it is no longer in use]
arch/x86/xen/setup.c