Add the unwind information to irq_entry so we can pass through it when
unwinding the stack.
This commit is contained in:
parent
285c5301aa
commit
da154710c4
@ -89,6 +89,7 @@ AST_LOCALS
|
||||
ASENTRY_NP(irq_entry)
|
||||
sub lr, lr, #0x00000004 /* Adjust the lr */
|
||||
PUSHFRAMEINSVC /* Push an interrupt frame */
|
||||
UNWINDSVCFRAME
|
||||
mov r0, sp /* arg for dispatcher */
|
||||
|
||||
mov r1, #0
|
||||
|
Loading…
Reference in New Issue
Block a user