mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/ArchitecturalMsr.h: Remove non-Ascii characters
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
83c6c3bfe2
commit
3b4640ee56
|
@ -4014,7 +4014,7 @@ typedef union {
|
|||
/// [Bit 14] If read as 1, Intel(R) Processor Trace (Intel PT) can be used
|
||||
/// in VMX operation. If the processor supports Intel PT but does not allow
|
||||
/// it to be used in VMX operation, execution of VMXON clears
|
||||
/// IA32_RTIT_CTL.TraceEn (see “VMXON—Enter VMX Operation” in Chapter 30);
|
||||
/// IA32_RTIT_CTL.TraceEn (see "VMXON-Enter VMX Operation" in Chapter 30);
|
||||
/// any attempt to set that bit while in VMX operation (including VMX root
|
||||
/// operation) using the WRMSR instruction causes a general-protection
|
||||
/// exception.
|
||||
|
|
Loading…
Reference in New Issue