Skip to content
Snippets Groups Projects
Commit 4c2cc7c4 authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

arm64: Allow exceptions to return


Our current arm64 exception handlers all panic and never return to the
exception triggering code.

But if any handler wanted to continue execution after fixups, it would
need help from the exception handling code to restore all registers.

This patch implements that help. With this code, exception handlers on
aarch64 can successfully return to the place the exception happened (or
somewhere else if they modify elr).

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 5d00995c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment