]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/MpInitLib: Move two functions location
authorJeff Fan <jeff.fan@intel.com>
Wed, 24 Aug 2016 14:41:40 +0000 (22:41 +0800)
committerJeff Fan <jeff.fan@intel.com>
Thu, 25 Aug 2016 08:12:50 +0000 (16:12 +0800)
commit42c37b3b3322a597b62e14852bcb3030c86ea3c4
tree22c1a407994f9c7c8b452289ed3dc5f6be02f71a
parentb31c1ad11e640eaa18cc32ceb095bc1ae5328ffa
UefiCpuPkg/MpInitLib: Move two functions location

Just move BackupAndPrepareWakeupBuffer() and RestoreWakeupBuffer() from
PeiMpLib.c to MpLib.c.

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@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/MpLib.c
UefiCpuPkg/Library/MpInitLib/MpLib.h
UefiCpuPkg/Library/MpInitLib/PeiMpLib.c