X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SourceLevelDebugPkg%2FLibrary%2FDebugAgent%2FDebugAgentCommon%2FDebugMp.c;h=e3ed08db4946487cb0ec50c657b4d5e2de67dc89;hb=a2acb04ca67853519a514a986de11b6bc468d564;hp=d49d4ee32347f6481f0d320dbb94aeb03b1f57f4;hpb=70d0a7549ef4a5dbdd15c0f78bd2f8ede093f8f4;p=mirror_edk2.git diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.c b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.c index d49d4ee323..e3ed08db49 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.c +++ b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.c @@ -1,7 +1,7 @@ /** @file Multi-Processor support functions implementation. - Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -75,7 +75,7 @@ HaltOtherProcessors ( ) { DebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Try to halt other processors.\n", CurrentProcessorIndex); - if (!IsBsp (CurrentProcessorIndex)) { + if (!DebugAgentIsBsp (CurrentProcessorIndex)) { SetIpiSentByApFlag (TRUE);; } @@ -137,7 +137,7 @@ GetProcessorIndex ( **/ BOOLEAN -IsBsp ( +DebugAgentIsBsp ( IN UINT32 ProcessorIndex ) {