ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data

Use _sdata as the start of the data section, rather than _data.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2010-10-01 14:12:22 +01:00
parent c7b0aff44a
commit 842eab40b6
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
__switch_data:
.long __mmap_switched
.long __data_loc @ r4
.long _data @ r5
.long _sdata @ r5
.long __bss_start @ r6
.long _end @ r7
.long processor_id @ r4