From: Mukesh Rathor Date: Thu, 30 Jan 2014 00:15:18 +0000 (-0800) Subject: xen/pvh: set CR4 flags for APs X-Git-Tag: v3.14-rc2~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afca50132cfa7bfc5646676d8c67dc18454f38f8;p=pandora-kernel.git xen/pvh: set CR4 flags for APs During bootup in the 'probe_page_size_mask' these CR4 flags are set in there. But for AP processors they are not set as we do not use 'secondary_startup_64' which the baremetal kernels uses. Instead do it in this function which we use in Xen PVH during our startup for AP processors. As such fix it up to make sure we have that flag set. Signed-off-by: Mukesh Rathor Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed