Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests
Commit 1e02ce4 ("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>
- Loading branch information