Hi Joe, Reviewed-by: Eric Dong <eric.d...@intel.com>
And pushed: SHA-1: e2aaec4b080c3480d62a259e42d792c92c4a0f1b * 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 <joeric...@google.com> Review-by: Eric Dong <eric.d...@intel.com> Reviewed-by: Ray Ni <ray...@intel.com> Thanks, Eric > -----Original Message----- > From: Joe Richey [mailto:joeric...@google.com] > Sent: Friday, May 10, 2019 4:07 PM > To: devel@edk2.groups.io > Cc: Dong, Eric <eric.d...@intel.com>; Ni, Ray <ray...@intel.com>; Laszlo > Ersek <ler...@redhat.com>; Joe Richey <joeric...@google.com> > Subject: [PATCH 2/3] 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 <joeric...@google.com> > --- > UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c > b/UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c > index 32cd63ede0..906ed65408 100644 > --- a/UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c > +++ b/UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c > @@ -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) > || > -- > 2.21.0.1020.gf2820cf01a-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40472): https://edk2.groups.io/g/devel/message/40472 Mute This Topic: https://groups.io/mt/31575355/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-