]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIs
authorRay Ni <ray.ni@intel.com>
Mon, 13 Jun 2022 01:51:06 +0000 (09:51 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 14 Jun 2022 02:59:22 +0000 (02:59 +0000)
commite2ae0bed29ca0900bd359ec8c4c2998c591e6095
treef00bff905c67906bef520d694d0493e77d335ff9
parent92288f433485e84863047fae698614c6785869d1
ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIs

CpuExceptionHandlerLib has been refactored with following changes:
1. Removed InitializeCpuInterruptHandlers in 2a09527ebcb459b40
2. Removed InitializeCpuExceptionHandlersEx and
   added InitializeSeparateExceptionStacks in e7abb94d1fb8a0e7

The patch updates ARM version of CpuExceptionHandlerLib to follow
the API changes.

The functionality to ARM platforms should be none.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c