We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c505b0d commit 6b606c8Copy full SHA for 6b606c8
arch/arc/kernel/entry-compact.S
@@ -254,9 +254,8 @@ END(handle_interrupt_level1)
254
255
ENTRY(EV_TLBProtV)
256
257
- EXCEPTION_PROLOGUE
+ EXCEPTION_PROLOGUE ; ECR returned in r10
258
259
- mov r2, r10 ; ECR set into r10 already
260
lr r0, [efa] ; Faulting Data address (not part of pt_regs saved above)
261
262
; Exception auto-disables further Intr/exceptions.
@@ -273,8 +272,7 @@ ENTRY(EV_TLBProtV)
273
272
; -Access Violation : 00_23_(00|01|02|03)_00
274
; x r w r+w
275
; -Unaligned Access : 00_23_04_00
276
- ;
277
- bbit1 r2, ECR_C_BIT_PROTV_MISALIG_DATA, 4f
+ bbit1 r10, ECR_C_BIT_PROTV_MISALIG_DATA, 4f
278
279
;========= (6a) Access Violation Processing ========
280
bl do_page_fault
0 commit comments