mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/CpuCommonFeaturesLib: Fix spelling mistake
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2357 Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
bbb8a81858
commit
548c9669df
|
@ -287,7 +287,7 @@ LmceSupport (
|
||||||
|
|
||||||
McgCap.Uint64 = AsmReadMsr64 (MSR_IA32_MCG_CAP);
|
McgCap.Uint64 = AsmReadMsr64 (MSR_IA32_MCG_CAP);
|
||||||
if (ProcessorNumber == 0) {
|
if (ProcessorNumber == 0) {
|
||||||
DEBUG ((EFI_D_INFO, "LMCE eanble = %x\n", (BOOLEAN) (McgCap.Bits.MCG_LMCE_P != 0)));
|
DEBUG ((DEBUG_INFO, "LMCE enable = %x\n", (BOOLEAN) (McgCap.Bits.MCG_LMCE_P != 0)));
|
||||||
}
|
}
|
||||||
return (BOOLEAN) (McgCap.Bits.MCG_LMCE_P != 0);
|
return (BOOLEAN) (McgCap.Bits.MCG_LMCE_P != 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue