Prev: [PATCH 03/24] powerpc: remove unused __page_aligned definition.
Next: mm: Share the anon_vma ref counts between KSM and page migration
From: Denys Vlasenko on 19 Feb 2010 19:10 Signed-off-by: Denys Vlasenko <vda.linux(a)googlemail.com> --- arch/avr32/kernel/vmlinux.lds.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/avr32/kernel/vmlinux.lds.S b/arch/avr32/kernel/vmlinux.lds.S index 9cd2bd9..5d7fe57 100644 --- a/arch/avr32/kernel/vmlinux.lds.S +++ b/arch/avr32/kernel/vmlinux.lds.S @@ -26,7 +26,7 @@ SECTIONS _stext = .; __init_begin = .; _sinittext = .; - *(.text.reset) + *(.text..reset) INIT_TEXT /* * .exit.text is discarded at runtime, not -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |