From: Jeff Fan Date: Mon, 14 Nov 2016 02:49:51 +0000 (+0800) Subject: UefiCpuPkg/MpInitLib: Remove CPU information from CPU_AP_DATA X-Git-Tag: edk2-stable201903~5184 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=31a1e4da495ed211d7bdfdfe626a18c594aaa11c;hp=31a1e4da495ed211d7bdfdfe626a18c594aaa11c;p=mirror_edk2.git UefiCpuPkg/MpInitLib: Remove CPU information from CPU_AP_DATA Some CPU information (InitialApicId/ApicId/Health) are duplicated in CPU_AP_DATA and CPU_INFO_IN_HOB. This update is to remove the ones from CPU_AP_DATA and update MpInitLib to consume the ones from CPU_INFO_IN_HOB. V2: Fixed potential un-initialized variable issue. Cc: Feng Tian Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Feng Tian ---