]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/MpInitLib: Change AP Index variable name.
authorEric Dong <eric.dong@intel.com>
Mon, 23 Oct 2017 06:45:44 +0000 (14:45 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 24 Oct 2017 08:05:36 +0000 (16:05 +0800)
commit37676b9f82ab17bb043a0901d054cd8ab519543c
tree8916e074aa2b8e3d1e95b6e6eb7731ed325fb384
parentb5a985ca9237b551618cd97b1b71af2fff55e209
UefiCpuPkg/MpInitLib: Change AP Index variable name.

Original AP index variable name not well express the meaning
of the variable. Also this name is better used in later patch.
So change the variable name for better understanding.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jeff Fan <vanjeff_919@hotmail.com>
UefiCpuPkg/Library/MpInitLib/Ia32/MpEqu.inc
UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm
UefiCpuPkg/Library/MpInitLib/MpLib.c
UefiCpuPkg/Library/MpInitLib/MpLib.h
UefiCpuPkg/Library/MpInitLib/X64/MpEqu.inc
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm