mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleKernelLib: Fix ProvideCpuInfo on 13.3
This commit is contained in:
parent
457c68dcde
commit
05d2b00c7d
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user