diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-12-01 06:53:07 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-01 06:53:07 -0500 |
commit | 37efe6427dd50e889473fb3c7fcec02dbbd098eb (patch) | |
tree | d5a6b3e6fbd5d60a1a145f5801002e96bcb9af9e /arch/arm/kernel/vmlinux.lds.S | |
parent | 112243034cec7c3ef0499fdebf39218714da453d (diff) |
[ARM] use asm/sections.h
Update to use the asm/sections.h header rather than declaring these
symbols ourselves. Change __data_start to _data to conform with the
naming found within asm/sections.h.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 4898bdcfe7dd..00216071eaf7 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
@@ -119,7 +119,7 @@ SECTIONS | |||
119 | #endif | 119 | #endif |
120 | 120 | ||
121 | .data : AT(__data_loc) { | 121 | .data : AT(__data_loc) { |
122 | __data_start = .; /* address in memory */ | 122 | _data = .; /* address in memory */ |
123 | 123 | ||
124 | /* | 124 | /* |
125 | * first, the init task union, aligned | 125 | * first, the init task union, aligned |