]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg: Remove double \r
authorJoe Richey <joerichey@google.com>
Fri, 10 May 2019 08:06:57 +0000 (16:06 +0800)
committerEric Dong <eric.dong@intel.com>
Mon, 13 May 2019 00:45:22 +0000 (08:45 +0800)
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>
UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c

index 32cd63ede0c9616ca3efd9349b2c44bb91fee4da..906ed6540839c9287f58b30db01bb87f001ce3db 100644 (file)
@@ -68,7 +68,7 @@ LimitCpuidMaxvalInitialize (
   // The scope of LimitCpuidMaxval bit in the MSR_IA32_MISC_ENABLE is core for below\r
   // processor type, only program MSR_IA32_MISC_ENABLE for thread 0 in each core.\r
   //\r
-  if (IS_PENTIUM_4_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||\r\r
+  if (IS_PENTIUM_4_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||\r
       IS_SILVERMONT_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||\r
       IS_GOLDMONT_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||\r
       IS_CORE_PROCESSOR (CpuInfo->DisplayFamily, CpuInfo->DisplayModel) ||\r