Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5f3bde4 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: ARCompact entry: elide re-reading ECR in ProtV handler

parent 7badf6fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.