]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/smp: Move the common CPU init code a bit to prep for PVH patch.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 22 Oct 2012 15:35:16 +0000 (11:35 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Sat, 1 Dec 2012 13:45:26 +0000 (08:45 -0500)
commitceb678d6b0f72c29adf111395a57a88db297e972
tree0471675a6bc2206b1d6cb5483571a244d8578981
parentb8724d6bd1c09e34b6c76b57d07ea4d3fbd8ed4c
xen/smp: Move the common CPU init code a bit to prep for PVH patch.

The PV and PVH code CPU init code share some functionality. The
PVH code ("xen/pvh: Extend vcpu_guest_context, p2m, event, and XenBus")
sets some of these up, but not all. To make it easier to read, this
patch removes the PV specific out of the generic way.

No functional change - just code movement.

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
[v2: Fixed compile errors noticed by Fengguang Wu build system]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/smp.c