]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/DxeMpLib: Get safe AP loop handler from global variable
authorJeff Fan <jeff.fan@intel.com>
Wed, 23 Nov 2016 13:33:20 +0000 (21:33 +0800)
committerJeff Fan <jeff.fan@intel.com>
Mon, 28 Nov 2016 00:56:26 +0000 (08:56 +0800)
commit081f6416ff7c2b6a2fe91bb96cdb645c3890a6f3
treefce6ae8d44659b6c72b8b5426cb34ff08a60ea7f
parent4575a602ca6072ee9d04150b38bfb143cbff8588
UefiCpuPkg/DxeMpLib: Get safe AP loop handler from global variable

AP loop function is already saved into global variable, needn't to get it from
AP function parameter.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
UefiCpuPkg/Library/MpInitLib/DxeMpLib.c