]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/CpuDxe/CpuMp.c
UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlers
authorLiu, Zhiguang <Zhiguang.Liu@intel.com>
Fri, 26 Aug 2022 07:39:01 +0000 (15:39 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 31 Aug 2022 04:23:55 +0000 (04:23 +0000)
commit4b7bd4c591a81a290b31e9d1a94c4b8be787989e
treeed97930a82bcc820462d05c4b7895b577b4117c8
parent9ab2b34dd4f7e5cc6170ff812b0a07d58e5510b6
UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlers

Parallelly run the function to SeparateExceptionStacks for all CPUs and
allocate buffers together for better performance.

Cc: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
UefiCpuPkg/CpuDxe/CpuMp.c
UefiCpuPkg/CpuMpPei/CpuMpPei.c