summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/entry.S
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2014-10-14 12:23:50 +0530
committerVineet Gupta <vgupta@synopsys.com>2015-06-19 18:09:35 +0530
commitf033737e77d98893f3d03586215aeec026dd7e2f (patch)
tree0066f35ebbfc07b64f36c0b08b796556b614749a /arch/arc/kernel/entry.S
parent09f3b37e4e3bbe22444617c273a3c046aade5db2 (diff)
ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}
-EXCEPTION_EPILOGUE introduced -EXCEPTION_PROLOGUE now also includes reg file saving Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/entry.S')
-rw-r--r--arch/arc/kernel/entry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/kernel/entry.S b/arch/arc/kernel/entry.S
index 03a349520b55..d8ec722a936b 100644
--- a/arch/arc/kernel/entry.S
+++ b/arch/arc/kernel/entry.S
@@ -638,7 +638,7 @@ restore_regs :
; if Returning from Exception
bbit0 r10, STATUS_AE_BIT, not_exception
- RESTORE_ALL_SYS
+ EXCEPTION_EPILOGUE
rtie
; Not Exception so maybe Interrupts (Level 1 or 2)
@@ -704,7 +704,7 @@ not_level1_interrupt:
;this case is for syscalls or Exceptions (with fake rtie)
- RESTORE_ALL_SYS
+ EXCEPTION_EPILOGUE
debug_marker_syscall:
rtie