Archived
14
0
Fork 0

Rename .text.page_aligned to .text..page_aligned.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Denys Vlasenko 2010-02-20 01:03:49 +01:00 committed by Michal Marek
parent 75ddb0e87d
commit 819d67621e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
.section .text.page_aligned .section .text..page_aligned
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/segment.h> #include <asm/segment.h>
#include <asm/page_types.h> #include <asm/page_types.h>

View file

@ -97,7 +97,7 @@ SECTIONS
HEAD_TEXT HEAD_TEXT
#ifdef CONFIG_X86_32 #ifdef CONFIG_X86_32
. = ALIGN(PAGE_SIZE); . = ALIGN(PAGE_SIZE);
*(.text.page_aligned) *(.text..page_aligned)
#endif #endif
. = ALIGN(8); . = ALIGN(8);
_stext = .; _stext = .;