diff options
-rw-r--r-- | arch/arm/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index c90f27250ead..6c0779792546 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
@@ -141,6 +141,7 @@ SECTIONS | |||
141 | 141 | ||
142 | .data : AT(__data_loc) { | 142 | .data : AT(__data_loc) { |
143 | _data = .; /* address in memory */ | 143 | _data = .; /* address in memory */ |
144 | _sdata = .; | ||
144 | 145 | ||
145 | /* | 146 | /* |
146 | * first, the init task union, aligned | 147 | * first, the init task union, aligned |
@@ -192,6 +193,7 @@ SECTIONS | |||
192 | __bss_start = .; /* BSS */ | 193 | __bss_start = .; /* BSS */ |
193 | *(.bss) | 194 | *(.bss) |
194 | *(COMMON) | 195 | *(COMMON) |
196 | __bss_stop = .; | ||
195 | _end = .; | 197 | _end = .; |
196 | } | 198 | } |
197 | /* Stabs debugging sections. */ | 199 | /* Stabs debugging sections. */ |