]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: fix fatal typo
authorLaszlo Ersek <lersek@redhat.com>
Wed, 16 Nov 2016 21:52:06 +0000 (22:52 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 17 Nov 2016 09:58:07 +0000 (10:58 +0100)
commit00650c531a90f29d75dadfc22656554cbea4bb72
tree28696f86892433637a9f5da29f86e6b9b3d99f1e
parent5797f61c55867db25c6a6ed03ac27b946990509b
UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: fix fatal typo

The recent patch "UefiCpuPkg/MpInitLib: Program AP stack in fixed address"
inadvertently broke the first startup of APs during X64 PEI, because in
the TestLock section of the code, it replaced the access to the
NumApsExecuting counter with an access to the unrelated InitFlag field.

Cc: Jeff Fan <jeff.fan@intel.com>
Fixes: 845c5be1fd9bf7edfac4a103dfab70829686978f
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm