[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100301114111.06234d49@hskinnemoen-d830>
Date: Mon, 1 Mar 2010 11:41:11 +0700
From: Haavard Skinnemoen <haavard.skinnemoen@...el.com>
To: Denys Vlasenko <vda.linux@...glemail.com>
Cc: Michal Marek <mmarek@...e.cz>, Sam Ravnborg <sam@...nborg.org>,
Haavard Skinnemoen <hskinnemoen@...el.com>,
David Howells <dhowells@...hat.com>,
linux-kernel@...r.kernel.org, Bjorn Wesen <bjornw@...s.com>,
Tim Bird <tim.bird@...sony.com>,
Tim Abbott <tabbott@...lice.com>,
Anders Kaseorg <andersk@...lice.com>,
Waseem Daher <wdaher@...lice.com>,
Rusty Russell <rusty@...tcorp.com.au>,
Andi Kleen <andi@...stfloor.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
"H. Peter Anvin" <hpa@...or.com>,
Denys Vlasenko <vda.linux@...glemail.com>
Subject: Re: [PATCH 17/24] Rename .text.reset to .text..reset.
Denys Vlasenko <vda.linux@...glemail.com> wrote:
> 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)
Please remove it instead. I'm sure there's no code which actually
places something in .text.reset, but if there is, this patch would
break it in exactly the same way as removing it altogether would do.
Haavard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists