]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Vlv2TbltDevicePkg / PpmPolicy / PpmPolicy.c
index ec0c0f5c1efc5ec10a39bdccea387de62c1f44e6..3583e324e6c8cb201d0d60501f3763bcd3b818ea 100644 (file)
@@ -1,12 +1,6 @@
 /** \r
-  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
@@ -46,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
@@ -69,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