lkml.org 
[lkml]   [2011]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/2] Blackfin: use new common PERCPU_INPUT define
    Date
    The Blackfin percpu input sections are outdated, so rather than update
    them, drop them completely and use the new common define.

    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
    ---
    arch/blackfin/kernel/vmlinux.lds.S | 8 +-------
    1 files changed, 1 insertions(+), 7 deletions(-)

    diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S
    index 0e38042..bc0bf76 100644
    --- a/arch/blackfin/kernel/vmlinux.lds.S
    +++ b/arch/blackfin/kernel/vmlinux.lds.S
    @@ -155,14 +155,8 @@ SECTIONS
    SECURITY_INITCALL
    INIT_RAM_FS

    - . = ALIGN(4);
    ___per_cpu_load = .;
    - ___per_cpu_start = .;
    - *(.data.percpu.first)
    - *(.data.percpu.page_aligned)
    - *(.data.percpu)
    - *(.data.percpu.shared_aligned)
    - ___per_cpu_end = .;
    + PERCPU_INPUT

    EXIT_DATA
    __einitdata = .;
    --
    1.7.4.1


    \
     
     \ /
      Last update: 2011-03-31 21:55    [W:4.237 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site