Just like the BSP/AP paths, %cr4 is loaded with only PAE. Defer restoring all
of %cr4 (MCE in particular) until all the system structures (IDT/TSS in
particular) have been loaded.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
{
load_system_tables();
+ /* Restore full CR4 (inc MCE) now that the IDT is in place. */
+ write_cr4(mmu_cr4_features);
+
/* Recover syscall MSRs */
wrmsrl(MSR_LSTAR, saved_lstar);
wrmsrl(MSR_CSTAR, saved_cstar);
ENTRY(s3_resume)
lgdt boot_gdtr(%rip)
- /* mmu_cr4_features contains latest cr4 setting */
- mov REF(mmu_cr4_features), GREG(ax)
- mov GREG(ax), %cr4
-
mov REF(saved_cr0), GREG(ax)
mov GREG(ax), %cr0