From a32dae4878f692ede61536ca900d342d636848ca Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Wed, 4 Jul 2012 20:10:18 +0000 Subject: ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePositionFromMpId' Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13493 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/PrePi/ModuleEntryPoint.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ArmPlatformPkg/PrePi/ModuleEntryPoint.S') diff --git a/ArmPlatformPkg/PrePi/ModuleEntryPoint.S b/ArmPlatformPkg/PrePi/ModuleEntryPoint.S index bff240a660..845ae208b2 100755 --- a/ArmPlatformPkg/PrePi/ModuleEntryPoint.S +++ b/ArmPlatformPkg/PrePi/ModuleEntryPoint.S @@ -131,7 +131,7 @@ _SetupSecondaryCoreStack: // r1 = The base of the secondary Stacks // Get the position of the cores (ClusterId * 4) + CoreId - GetCorePositionInStack(r0, r5, r4) + GetCorePositionFromMpId(r0, r5, r4) // The stack starts at the top of the stack region. Add '1' to the Core Position to get the top of the stack add r0, r0, #1 // Get the offset for the Secondary Stack -- cgit v1.2.3