mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 04:54:52 +00:00
ARC: ARCompact entry: elide re-reading ECR in ProtV handler
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
7badf6fefc
commit
f5f3bde4f6
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ ENTRY(EV_TLBProtV)
|
|||
|
||||
EXCEPTION_PROLOGUE
|
||||
|
||||
lr r2, [ecr]
|
||||
mov r2, r9 ; ECR set into r9 already
|
||||
lr r0, [efa] ; Faulting Data address (not part of pt_regs saved above)
|
||||
|
||||
; Exception auto-disables further Intr/exceptions.
|
||||
|
|
Loading…
Add table
Reference in a new issue