summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2016-11-16 22:46:08 +0100
committerLaszlo Ersek <lersek@redhat.com>2016-11-17 10:57:57 +0100
commit5797f61c55867db25c6a6ed03ac27b946990509b (patch)
treeded17fc315e79b986437b192de0805b6713058b0 /UefiCpuPkg
parent3a9aa635be7bc5b3116acd8020a079fdcc916aca (diff)
downloadedk2-platforms-5797f61c55867db25c6a6ed03ac27b946990509b.tar.xz
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>
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r--UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm1
1 files changed, 0 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm b/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
index bfc3ff1f5c..6a8794d83b 100644
--- a/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
+++ b/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
@@ -125,7 +125,6 @@ LongModeStart:
jnz GetApicId
; AP init
- mov esi, ebx
mov edi, esi
add edi, LockLocation
mov rax, NotVacantFlag