mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg: Remove double \r
These files have \r\n line endings, but a few lines use \r\r\n which is not a valid line ending. These lines were causing problems for git and other tools. Signed-off-by: Joe Richey <joerichey@google.com> Review-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
f684c3f5ee
commit
e2aaec4b08
|
@ -68,7 +68,7 @@ LimitCpuidMaxvalInitialize (
|
|||
// The scope of LimitCpuidMaxval 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_PENTIUM_4_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||
|
||||
if (IS_PENTIUM_4_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||
|
||||
IS_SILVERMONT_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||
|
||||
IS_GOLDMONT_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||
|
||||
IS_CORE_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||
|
||||
|
|
Loading…
Reference in New Issue