mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: remove superfluous instruction
At this point, ESI still has the value from EBX. Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
3a9aa635be
commit
5797f61c55
@ -125,7 +125,6 @@ LongModeStart:
|
|||||||
jnz GetApicId
|
jnz GetApicId
|
||||||
|
|
||||||
; AP init
|
; AP init
|
||||||
mov esi, ebx
|
|
||||||
mov edi, esi
|
mov edi, esi
|
||||||
add edi, LockLocation
|
add edi, LockLocation
|
||||||
mov rax, NotVacantFlag
|
mov rax, NotVacantFlag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user