diff options
author | Heyi Guo <heyi.guo@linaro.org> | 2015-09-24 17:05:39 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-09-24 17:05:39 +0000 |
commit | 36c64c664ba18026aad5375dbb80118bd3141266 (patch) | |
tree | 5903939dcfd0294fa2b2d31aa31428e35b320405 /DuetPkg/License.txt | |
parent | be73a0c4839f93de43b4db64f874cfe61a55acc0 (diff) | |
download | edk2-platforms-36c64c664ba18026aad5375dbb80118bd3141266.tar.xz |
ArmPkg/CpuDxe: Disable interrupt before restoring context
Interrupt must be disabled before we storing ELR and other system
registers, or else ELR will be overridden by interrupt reentrance.
This bug is critical as we may get occasional exception or dead loop
when interrupt reentrance occurs:
After increasing SP ... Before popping out registers
Or
After restoring ELR
The 1st circumstance could also be resolved by optimizing SP operation
(Pop out registers before adding SP back), but the 2nd could not be
resolved by disabling interrupt.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18538 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/License.txt')
0 files changed, 0 insertions, 0 deletions