mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/CpuCommonFeaturesLib: Remove white space at line end.
Remove extra white space at the end of line. Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
692e318d9d
commit
2b0c199465
|
@ -328,7 +328,7 @@ LmceInitialize (
|
|||
MSR_IA32_FEATURE_CONTROL_REGISTER *MsrRegister;
|
||||
|
||||
//
|
||||
// The scope of FastStrings bit in the MSR_IA32_MISC_ENABLE is core for below processor type, only program
|
||||
// The scope of FastStrings bit in the MSR_IA32_MISC_ENABLE is core for below processor type, only program
|
||||
// MSR_IA32_MISC_ENABLE for thread 0 in each core.
|
||||
//
|
||||
if (IS_SILVERMONT_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||
|
||||
|
|
Loading…
Reference in New Issue