]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c
Vlv2TbltDevicePkg/PpmPolicy: Fix call to MP Services Protocol
[mirror_edk2.git] / Vlv2TbltDevicePkg / PpmPolicy / PpmPolicy.c
index 28de8457ce82b7227ebd2962807f2acf22b27dc8..3583e324e6c8cb201d0d60501f3763bcd3b818ea 100644 (file)
@@ -1,5 +1,5 @@
 /** \r
-  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
@@ -40,6 +40,7 @@ PpmPolicyEntry(
   EFI_HANDLE                Handle;\r
   EFI_STATUS                Status;\r
   UINTN                     CpuCount;\r
+  UINTN                     CpuEnabledCount;\r
   UINT8                     CPUMobileFeature;\r
 \r
   PCH_STEPPING              Stepping;\r
@@ -63,7 +64,7 @@ PpmPolicyEntry(
   //\r
   // Get processor count from MP service.\r
   //\r
-  Status = MpService->GetNumberOfProcessors (MpService, &CpuCount, NULL);\r
+  Status = MpService->GetNumberOfProcessors (MpService, &CpuCount, &CpuEnabledCount);\r
   ASSERT_EFI_ERROR (Status);\r
 \r
   //\r