]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pvh: set CR4 flags for APs
authorMukesh Rathor <mukesh.rathor@oracle.com>
Thu, 30 Jan 2014 00:15:18 +0000 (16:15 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 3 Feb 2014 20:44:18 +0000 (15:44 -0500)
commitd9f46b159696978356e910055e28db0d67fa369d
tree312daa25104997e9157844405ac33b1d027f138d
parent5f89fd07b368c0d1b81635781fc11b3ac33a77e9
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 <mukesh.rathor@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/enlighten.c