From: Konrad Rzeszutek Wilk Date: Mon, 22 Oct 2012 15:35:16 +0000 (-0400) Subject: xen/smp: Move the common CPU init code a bit to prep for PVH patch. X-Git-Tag: v3.9-rc1~96^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dacd45f4e793e46e8299c9a580e400866ffe0770;p=pandora-kernel.git 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 [v2: Fixed compile errors noticed by Fengguang Wu build system] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed