]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/DxeMpLib: Rename MpInitExitBootServicesCallback()
authorJeff Fan <jeff.fan@intel.com>
Fri, 11 Nov 2016 11:48:09 +0000 (19:48 +0800)
committerJeff Fan <jeff.fan@intel.com>
Mon, 14 Nov 2016 01:56:26 +0000 (09:56 +0800)
commit86af2eb8b4ec03e59c8c26cf7d51d294a7f905e7
tree595dc0a2c885f39515035c05bb1d0cd950500afa
parentffd6b0b1b65e620816fb16fe551f92309f4b7269
UefiCpuPkg/DxeMpLib: Rename MpInitExitBootServicesCallback()

Rename MpInitExitBootServicesCallback() to MpInitChangeApLoopCallback() because
it will not only be invoked on Exit Boot Service Event, but also will be invoked
on Legacy Ready To Boot Event.

https://bugzilla.tianocore.org/show_bug.cgi?id=210

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Jiewen Yao <jiewen.yao@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: Feng Tian <feng.tian@intel.com>
UefiCpuPkg/Library/MpInitLib/DxeMpLib.c