Merge remote-tracking branch 'origin/v4.4/topic/kprobes64' into linux-linaro-lsk...
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / kernel / entry.S
index 588c8e1778d44a6cde02ef8ebb4b6db33652b809..d459133f9e3989509b9e59023b6830903a14ad27 100644 (file)
@@ -255,6 +255,7 @@ tsk .req    x28             // current thread_info
 /*
  * Exception vectors.
  */
+       .pushsection ".entry.text", "ax"
 
        .align  11
 ENTRY(vectors)
@@ -787,6 +788,8 @@ __ni_sys_trace:
        bl      do_ni_syscall
        b       __sys_trace_return
 
+       .popsection                             // .entry.text
+
 /*
  * Special system call wrappers.
  */