lkml.org 
[lkml]   [2009]   [Apr]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 02/15] xtensa: convert to use __HEAD and HEAD_TEXT macros.
    On Sat, Apr 25, 2009 at 10:10:57PM -0400, Tim Abbott wrote:
    > Signed-off-by: Tim Abbott <tabbott@mit.edu>
    > Cc: Chris Zankel <chris@zankel.net>
    Acked-by: Sam Ravnborg <sam@ravnborg.org>
    > ---
    > arch/xtensa/kernel/head.S | 3 ++-
    > arch/xtensa/kernel/vmlinux.lds.S | 4 ++--
    > 2 files changed, 4 insertions(+), 3 deletions(-)
    >
    > diff --git a/arch/xtensa/kernel/head.S b/arch/xtensa/kernel/head.S
    > index 0817f9d..d9ddc1b 100644
    > --- a/arch/xtensa/kernel/head.S
    > +++ b/arch/xtensa/kernel/head.S
    > @@ -19,6 +19,7 @@
    > #include <asm/page.h>
    > #include <asm/cacheasm.h>
    >
    > +#include <linux/init.h>
    > #include <linux/linkage.h>
    >
    > /*
    > @@ -45,7 +46,7 @@
    > * instruction.
    > */
    >
    > - .section .head.text, "ax"
    > + __HEAD
    > .globl _start
    > _start: _j 2f
    > .align 4
    > diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S
    > index c1be9a4..5accf51 100644
    > --- a/arch/xtensa/kernel/vmlinux.lds.S
    > +++ b/arch/xtensa/kernel/vmlinux.lds.S
    > @@ -85,8 +85,8 @@ SECTIONS
    >
    > .text :
    > {
    > - /* The .head.text section must be the first section! */
    > - *(.head.text)
    > + /* The HEAD_TEXT section must be the first section! */
    > + HEAD_TEXT
    > *(.literal .text)
    > VMLINUX_SYMBOL(__sched_text_start) = .;
    > *(.sched.literal .sched.text)
    > --
    > 1.6.2.1
    >


    \
     
     \ /
      Last update: 2009-04-26 13:15    [W:4.196 / U:1.176 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site