]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
UefiCpuPkg: Add ExceptionHandlerData for ArchSaveExceptionContext()
authorJeff Fan <jeff.fan@intel.com>
Wed, 30 Nov 2016 07:04:32 +0000 (15:04 +0800)
committerJeff Fan <jeff.fan@intel.com>
Thu, 1 Dec 2016 08:03:13 +0000 (16:03 +0800)
commit81b21fc250fa356e81d352e57b9031f557477394
tree1ba578afd635400ba76ae4765c07673646a59177
parent1e09ec094637391879850a7db3b2ff59df2dd1ed
UefiCpuPkg: Add ExceptionHandlerData for ArchSaveExceptionContext()

mReservedVectors is not set, we could add parameter ExceptionHandlerData for
ArchSaveExceptionContext() that could use it instead of mReservedVectors.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@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/CpuExceptionHandlerLib/CpuExceptionCommon.h
UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c