aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/kernel/entry.S')
-rw-r--r--arch/arm64/kernel/entry.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
index 3eca5d34f7a6..a03eb49cfeeb 100644
--- a/arch/arm64/kernel/entry.S
+++ b/arch/arm64/kernel/entry.S
@@ -242,6 +242,7 @@ tsk .req x28 // current thread_info
242/* 242/*
243 * Exception vectors. 243 * Exception vectors.
244 */ 244 */
245 .pushsection ".entry.text", "ax"
245 246
246 .align 11 247 .align 11
247ENTRY(vectors) 248ENTRY(vectors)
@@ -784,6 +785,8 @@ __ni_sys_trace:
784 bl do_ni_syscall 785 bl do_ni_syscall
785 b __sys_trace_return 786 b __sys_trace_return
786 787
788 .popsection // .entry.text
789
787/* 790/*
788 * Special system call wrappers. 791 * Special system call wrappers.
789 */ 792 */