summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/entry-compact.S
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2015-03-10 14:43:07 +0100
committerVineet Gupta <vgupta@synopsys.com>2015-06-19 14:39:38 +0200
commitc7e6d7920409c11f158ac5d38bdd08062bf16978 (patch)
tree4fd66522a312b2ad2efbb8035fa309e4b7c8a823 /arch/arc/kernel/entry-compact.S
parentARC: entry.S: split into ARCompact ISA specific, common bits (diff)
downloadlinux-c7e6d7920409c11f158ac5d38bdd08062bf16978.tar.xz
linux-c7e6d7920409c11f158ac5d38bdd08062bf16978.zip
ARC: entry.S: move some code around for cache locality in return path
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/entry-compact.S')
-rw-r--r--arch/arc/kernel/entry-compact.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/kernel/entry-compact.S b/arch/arc/kernel/entry-compact.S
index bf611ec9a017..abc62cd10a8c 100644
--- a/arch/arc/kernel/entry-compact.S
+++ b/arch/arc/kernel/entry-compact.S
@@ -391,3 +391,5 @@ not_level1_interrupt:
EXCEPTION_EPILOGUE
debug_marker_syscall:
rtie
+
+END(ret_from_exception)