lkml.org 
[lkml]   [2019]   [Sep]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 5/5] arm64: vdso32: Remove jump label config option in Makefile
    Date
    The jump labels are not used in vdso32 since it is not possible to run
    runtime patching on them.

    Remove the configuration option from the Makefile.

    Cc: Will Deacon <will@kernel.org>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
    ---
    arch/arm64/kernel/vdso32/Makefile | 3 ---
    1 file changed, 3 deletions(-)

    diff --git a/arch/arm64/kernel/vdso32/Makefile b/arch/arm64/kernel/vdso32/Makefile
    index 77aa61340374..038357a1e835 100644
    --- a/arch/arm64/kernel/vdso32/Makefile
    +++ b/arch/arm64/kernel/vdso32/Makefile
    @@ -38,9 +38,6 @@ VDSO_CAFLAGS += $(call cc32-option,-fno-PIE)
    ifdef CONFIG_DEBUG_INFO
    VDSO_CAFLAGS += -g
    endif
    -ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(COMPATCC)), y)
    -VDSO_CAFLAGS += -DCC_HAVE_ASM_GOTO
    -endif

    # From arm Makefile
    VDSO_CAFLAGS += $(call cc32-option,-fno-dwarf2-cfi-asm)
    --
    2.23.0
    \
     
     \ /
      Last update: 2019-09-26 23:44    [W:4.450 / U:0.688 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site