Skip to content

Commit ca95ec5

Browse files
committed
xen/arch/x86/intel_txt.c: Restore IA32_MISC_ENABLES
Signed-off-by: Michał Żygowski <[email protected]>
1 parent 9502261 commit ca95ec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xen/arch/x86/intel_txt.c

+3
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,7 @@ void __init txt_restore_mtrrs(bool e820_verbose)
193193
}
194194
}
195195
}
196+
197+
/* Restore IA32_MISC_ENABLES */
198+
wrmsrl(MSR_IA32_MISC_ENABLE, intel_info->saved_misc_enable_msr);
196199
}

0 commit comments

Comments
 (0)