summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/entry-compact.S
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2015-03-10 19:13:07 +0530
committerVineet Gupta <vgupta@synopsys.com>2015-06-19 18:09:38 +0530
commitc7e6d7920409c11f158ac5d38bdd08062bf16978 (patch)
tree4fd66522a312b2ad2efbb8035fa309e4b7c8a823 /arch/arc/kernel/entry-compact.S
parent6d1a20b1d237db29878ae54142e39c87a36d0e95 (diff)
downloadlinux-c7e6d7920409c11f158ac5d38bdd08062bf16978.tar.bz2
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)