]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Move CPU_EXCEPTION_INIT_DATA to UefiCpuPkg
authorLiu, Zhiguang <Zhiguang.Liu@intel.com>
Tue, 9 Aug 2022 01:25:36 +0000 (09:25 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 9 Aug 2022 04:12:28 +0000 (04:12 +0000)
commit9a24c3546ebeb58ae72a21e0ad353980ce906931
tree66180db69c7c54f55972dd9ba47c7ba274c60583
parent0f7bccf584d93b2642c0a413a47fc821d1f5dbfd
MdeModulePkg: Move CPU_EXCEPTION_INIT_DATA to UefiCpuPkg

Since the API InitializeSeparateExceptionStacks is simplified and does't
use the struct CPU_EXCEPTION_INIT_DATA, CPU_EXCEPTION_INIT_DATA become
a inner implementation of CpuExcetionHandlerLib.

Cc: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h