summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-20 01:03:48 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 11:26:00 +0100
commit75ddb0e87d0d31ad44d574e7fe2e962e4efecadb (patch)
tree4335f27853fceeab31cc9683579f80a968738793 /arch
parent2b55f3672c77e76b62efd0dba6bf29addac071fd (diff)
downloadop-kernel-dev-75ddb0e87d0d31ad44d574e7fe2e962e4efecadb.zip
op-kernel-dev-75ddb0e87d0d31ad44d574e7fe2e962e4efecadb.tar.gz
Rename .text.lock to .text..lock.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/vmlinux.lds.S4
-rw-r--r--arch/m68knommu/kernel/vmlinux.lds.S2
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/ia64/kernel/vmlinux.lds.S b/arch/ia64/kernel/vmlinux.lds.S
index 5c01d3c..e07218a 100644
--- a/arch/ia64/kernel/vmlinux.lds.S
+++ b/arch/ia64/kernel/vmlinux.lds.S
@@ -54,8 +54,8 @@ SECTIONS
.text2 : AT(ADDR(.text2) - LOAD_OFFSET)
{ *(.text2) }
#ifdef CONFIG_SMP
- .text.lock : AT(ADDR(.text.lock) - LOAD_OFFSET)
- { *(.text.lock) }
+ .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET)
+ { *(.text..lock) }
#endif
_etext = .;
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S
index 9f1784f..fd3df56 100644
--- a/arch/m68knommu/kernel/vmlinux.lds.S
+++ b/arch/m68knommu/kernel/vmlinux.lds.S
@@ -68,7 +68,7 @@ SECTIONS {
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
- *(.text.lock)
+ *(.text..lock)
. = ALIGN(16); /* Exception table */
__start___ex_table = .;
OpenPOWER on IntegriCloud