]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/CpuMpPei: Fix pack(1) issue on x64 arch
authorJeff Fan <jeff.fan@intel.com>
Fri, 18 Dec 2015 03:22:56 +0000 (03:22 +0000)
committervanjeff <vanjeff@Edk2>
Fri, 18 Dec 2015 03:22:56 +0000 (03:22 +0000)
commitd603b1151c3b6d6961c65693063f16bb71a3c91c
tree44a1d64fd0c11c5a3f18a1347332362ccebe992e
parentbd6bb560a4aac215133c76c4915f4724c39b0844
UefiCpuPkg/CpuMpPei: Fix pack(1) issue on x64 arch

Packing alignment for MP_CPU_EXCHANGE_INFO should be 1. This should be typo when
check-in CpuMpPei driver. IA32 arch MP_CPU_EXCHANGE_INFO is luckly pack(1). It
leads CpuMpPei x64 version hung.

Contributed-under: TianoCore Contribution Agreement 1.0
Reported-by: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Tested-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19340 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/CpuMpPei/CpuMpPei.h