lkml.org 
[lkml]   [2010]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 17/24] Rename .text.reset to .text..reset.
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 <vda.linux@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
>
>


\
 
 \ /
  Last update: 2010-03-01 03:33    [W:0.140 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site