Rename .text.page_aligned to .text..page_aligned.
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 20 Feb 2010 00:03:49 +0000 (01:03 +0100)
committerMichal Marek <mmarek@suse.cz>
Wed, 3 Mar 2010 10:26:00 +0000 (11:26 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
arch/x86/kernel/acpi/wakeup_32.S
arch/x86/kernel/vmlinux.lds.S

index 8ded418b05939f1fc2f9ef6512fd21281bd2b10a..13ab720573e3e31e317ac52f977e168401552f17 100644 (file)
@@ -1,4 +1,4 @@
-       .section .text.page_aligned
+       .section .text..page_aligned
 #include <linux/linkage.h>
 #include <asm/segment.h>
 #include <asm/page_types.h>
index 8b6bb4e7f5c55b674c47bf2ee24d9b593a24467b..f3d77d729d544e88d20d877c5679f7aaf0970f5c 100644 (file)
@@ -97,7 +97,7 @@ SECTIONS
                HEAD_TEXT
 #ifdef CONFIG_X86_32
                . = ALIGN(PAGE_SIZE);
-               *(.text.page_aligned)
+               *(.text..page_aligned)
 #endif
                . = ALIGN(8);
                _stext = .;
This page took 0.025769 seconds and 5 git commands to generate.