Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755678Ab0CACbQ (ORCPT ); Sun, 28 Feb 2010 21:31:16 -0500 Received: from mail-qy0-f179.google.com ([209.85.221.179]:37206 "EHLO mail-qy0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753186Ab0CACbO (ORCPT ); Sun, 28 Feb 2010 21:31:14 -0500 Date: Sun, 28 Feb 2010 21:31:10 -0500 (EST) From: Tim Abbott X-X-Sender: tabbott@dr-wily.mit.edu To: Haavard Skinnemoen cc: Denys Vlasenko , Michal Marek , Sam Ravnborg , David Howells , linux-kernel@vger.kernel.org, Bjorn Wesen , Tim Bird , Anders Kaseorg , Waseem Daher , Rusty Russell , Andi Kleen , Stephen Rothwell , "H. Peter Anvin" Subject: Re: [PATCH 17/24] Rename .text.reset to .text..reset. In-Reply-To: <1266624237-22372-18-git-send-email-vda.linux@googlemail.com> Message-ID: References: <1266624237-22372-1-git-send-email-vda.linux@googlemail.com> <1266624237-22372-18-git-send-email-vda.linux@googlemail.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 39 Haavard, How does the .text.reset section get populated on the avr32 architecture? As far as I can tell, there's no code in the kernel to put anything in the .text.reset section, yet the linker script places that section at the start of the text section. -Tim Abbott On Sat, 20 Feb 2010, Denys Vlasenko wrote: > Signed-off-by: Denys Vlasenko > --- > 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/