aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/kernel/vmlinux.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S
index 18574b7dbc1..bf977f8514f 100644
--- a/arch/arm/kernel/vmlinux.lds.S
+++ b/arch/arm/kernel/vmlinux.lds.S
@@ -66,11 +66,11 @@ SECTIONS
66 . = PAGE_OFFSET + TEXT_OFFSET; 66 . = PAGE_OFFSET + TEXT_OFFSET;
67#endif 67#endif
68 .head.text : { 68 .head.text : {
69 _stext = .; 69 _text = .;
70 HEAD_TEXT 70 HEAD_TEXT
71 } 71 }
72 .text : { /* Real text segment */ 72 .text : { /* Real text segment */
73 _text = .; /* Text and read-only data */ 73 _stext = .; /* Text and read-only data */
74 __exception_text_start = .; 74 __exception_text_start = .;
75 *(.exception.text) 75 *(.exception.text)
76 __exception_text_end = .; 76 __exception_text_end = .;