lkml.org 
[lkml]   [2009]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 04/14] xtensa: Use macros for .bss.page_aligned section.
    Date
    Signed-off-by: Tim Abbott <tabbott@mit.edu>
    Cc: Chris Zankel <chris@zankel.net>
    ---
    arch/xtensa/kernel/head.S | 2 +-
    arch/xtensa/kernel/vmlinux.lds.S | 2 +-
    2 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/xtensa/kernel/head.S b/arch/xtensa/kernel/head.S
    index d9ddc1b..d215adc 100644
    --- a/arch/xtensa/kernel/head.S
    +++ b/arch/xtensa/kernel/head.S
    @@ -235,7 +235,7 @@ should_never_return:
    * BSS section
    */

    -.section ".bss.page_aligned", "w"
    +__PAGE_ALIGNED_BSS
    #ifdef CONFIG_MMU
    ENTRY(swapper_pg_dir)
    .fill PAGE_SIZE, 1, 0
    diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S
    index 5accf51..f96f354 100644
    --- a/arch/xtensa/kernel/vmlinux.lds.S
    +++ b/arch/xtensa/kernel/vmlinux.lds.S
    @@ -262,7 +262,7 @@ SECTIONS

    /* BSS section */
    _bss_start = .;
    - .bss : { *(.bss.page_aligned) *(.bss) }
    + .bss : { PAGE_ALIGNED_BSS *(.bss) }
    _bss_end = .;

    _end = .;
    --
    1.6.2.1


    \
     
     \ /
      Last update: 2009-04-27 22:37    [W:2.580 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site