aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/kernel/vmlinux.lds.S')
-rw-r--r--arch/arm64/kernel/vmlinux.lds.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S
index f5e55747242f..f8ab9d8e2ea3 100644
--- a/arch/arm64/kernel/vmlinux.lds.S
+++ b/arch/arm64/kernel/vmlinux.lds.S
@@ -71,6 +71,7 @@ SECTIONS
71 71
72 RO_DATA(PAGE_SIZE) 72 RO_DATA(PAGE_SIZE)
73 EXCEPTION_TABLE(8) 73 EXCEPTION_TABLE(8)
74 NOTES
74 _etext = .; /* End of text and rodata section */ 75 _etext = .; /* End of text and rodata section */
75 76
76 . = ALIGN(PAGE_SIZE); 77 . = ALIGN(PAGE_SIZE);
@@ -122,8 +123,6 @@ SECTIONS
122 } 123 }
123 _edata_loc = __data_loc + SIZEOF(.data); 124 _edata_loc = __data_loc + SIZEOF(.data);
124 125
125 NOTES
126
127 BSS_SECTION(0, 0, 0) 126 BSS_SECTION(0, 0, 0)
128 _end = .; 127 _end = .;
129 128