Skip to content

Commit

Permalink
xen/arch/x86/intel_txt.c: Restore IA32_MISC_ENABLES
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Sep 15, 2024
1 parent f5e4018 commit e91a466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xen/arch/x86/intel_txt.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,7 @@ void __init txt_restore_mtrrs(bool e820_verbose)
}
}
}

/* Restore IA32_MISC_ENABLES */
wrmsrl(MSR_IA32_MISC_ENABLE, intel_info->saved_misc_enable_msr);
}

0 comments on commit e91a466

Please sign in to comment.