OcAppleKernelLib: Fix ProvideCpuInfo on 13.3

This commit is contained in:
vit9696 2023-02-23 13:28:34 +03:00 committed by Vitaly Cheptsov
parent 457c68dcde
commit 05d2b00c7d

View File

@ -1301,12 +1301,13 @@ PatchProvideCurrentCpuInfoMSR35h (
Patcher,
&mProvideCurrentCpuInfoTopologyCorePerPackageV1Patch
);
if (EFI_ERROR (Status)) {
Status = PatcherApplyGenericPatch (
Patcher,
&mProvideCurrentCpuInfoTopologyCorePerPackageV1_5Patch
);
}
}
if (EFI_ERROR (Status)) {
Status = PatcherApplyGenericPatch (
Patcher,
&mProvideCurrentCpuInfoTopologyCorePerPackageV1_5Patch
);
}
DEBUG ((DEBUG_INFO, "OCAK: Patching core per package count - %r\n", Status));