提交 1a26c99b 编写于 作者: J John Davis

OcAppleKernelLib: Fix 10.6 cache size patch getting applied on 10.5

上级 750156a1
...@@ -2202,12 +2202,12 @@ PatchProvideCurrentCpuInfo ( ...@@ -2202,12 +2202,12 @@ PatchProvideCurrentCpuInfo (
&CacheSizes[L3U], &CacheSizes[L3U],
sizeof (UINT32) sizeof (UINT32)
); );
Status |= PatcherApplyGenericPatch (
Patcher,
&mProvideCurrentCpuInfoSnowLeopardSysctlMibInitPatch
);
} }
Status |= PatcherApplyGenericPatch (
Patcher,
&mProvideCurrentCpuInfoSnowLeopardSysctlMibInitPatch
);
if (EFI_ERROR (Status)) { if (EFI_ERROR (Status)) {
DEBUG ((DEBUG_WARN, "OCAK: [FAIL] Failed to patch or more areas in _sysctl_mib_init - %r\n", Status)); DEBUG ((DEBUG_WARN, "OCAK: [FAIL] Failed to patch or more areas in _sysctl_mib_init - %r\n", Status));
return EFI_NOT_FOUND; return EFI_NOT_FOUND;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册