lkml.org 
[lkml]   [2017]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 12/27] x86: um, annotate data appropriatelly
    Date
    Use the new SYM_DATA_START and SYM_DATA_END_LABEL macros for vdso_start.

    We get:
    0000 2376 OBJECT GLOBAL DEFAULT 4 vdso_start
    0948 0 OBJECT GLOBAL DEFAULT 4 vdso_end

    Signed-off-by: Jiri Slaby <jslaby@suse.cz>
    Cc: Jeff Dike <jdike@addtoit.com>
    Cc: Richard Weinberger <richard@nod.at>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: "H. Peter Anvin" <hpa@zytor.com>
    Cc: x86@kernel.org
    Cc: user-mode-linux-devel@lists.sourceforge.net
    Cc: user-mode-linux-user@lists.sourceforge.net
    ---
    arch/x86/um/vdso/vdso.S | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/arch/x86/um/vdso/vdso.S b/arch/x86/um/vdso/vdso.S
    index 1cb468adacbb..f8b9f46c546d 100644
    --- a/arch/x86/um/vdso/vdso.S
    +++ b/arch/x86/um/vdso/vdso.S
    @@ -1,10 +1,10 @@
    #include <linux/init.h>
    +#include <linux/linkage.h>

    __INITDATA

    - .globl vdso_start, vdso_end
    -vdso_start:
    +SYM_DATA_START(vdso_start)
    .incbin "arch/x86/um/vdso/vdso.so"
    -vdso_end:
    +SYM_DATA_END_LABEL(vdso_start, SYM_V_GLOBAL, vdso_end)

    __FINIT
    --
    2.14.2
    \
     
     \ /
      Last update: 2017-10-02 11:17    [W:8.881 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site