commit | 5054daa285beaf706f051fbd395dc36c9f0f907f | [log] [tgz] |
---|---|---|
author | Boris Ostrovsky <boris.ostrovsky@oracle.com> | Mon Feb 23 11:01:00 2015 -0500 |
committer | David Vrabel <david.vrabel@citrix.com> | Mon Feb 23 16:30:26 2015 +0000 |
tree | 94c1f076a07dbeb2a52bcb6b4aa23f7d584b5d6a | |
parent | facb5732b0bb59ebbc11b5d5abc249e677ddbeb6 [diff] |
x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests Commit 1e02ce4cccdc ("x86: Store a per-cpu shadow copy of CR4") introduced CR4 shadows. These shadows are initialized in early boot code. The commit missed initialization for 64-bit PV(H) guests that this patch adds. Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>