]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.c
SourceLevelDebugPkg DebugAgentLib: Rename IsBsp to DebugAgentIsBsp
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / DebugMp.c
index d49d4ee32347f6481f0d320dbb94aeb03b1f57f4..e3ed08db4946487cb0ec50c657b4d5e2de67dc89 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Multi-Processor support functions implementation.\r
 \r
-  Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2018, 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
@@ -75,7 +75,7 @@ HaltOtherProcessors (
   )\r
 {\r
   DebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Try to halt other processors.\n", CurrentProcessorIndex);\r
-  if (!IsBsp (CurrentProcessorIndex)) {\r
+  if (!DebugAgentIsBsp (CurrentProcessorIndex)) {\r
     SetIpiSentByApFlag (TRUE);;\r
   }\r
 \r
@@ -137,7 +137,7 @@ GetProcessorIndex (
 \r
 **/\r
 BOOLEAN\r
-IsBsp (\r
+DebugAgentIsBsp (\r
   IN UINT32  ProcessorIndex\r
   )\r
 {\r