Skip to content

Commit 025a054

Browse files
fvincenzobgcngm
authored andcommitted
arm64: vdso32: Remove jump label config option in Makefile
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 <[email protected]> Cc: Catalin Marinas <[email protected]> Change-Id: Ie0f311218a761a6b18b3ed3cccf30fd10f440407 Signed-off-by: Vincenzo Frascino <[email protected]> Acked-by: Catalin Marinas <[email protected]> Tested-by: Catalin Marinas <[email protected]> Signed-off-by: Will Deacon <[email protected]>
1 parent 8a93d90 commit 025a054

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/kernel/vdso32/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ VDSO_CAFLAGS += $(call cc32-option,-fno-PIE)
3838
ifdef CONFIG_DEBUG_INFO
3939
VDSO_CAFLAGS += -g
4040
endif
41-
ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC_ARM32)), y)
42-
VDSO_CAFLAGS += -DCC_HAVE_ASM_GOTO
43-
endif
4441

4542
# From arm Makefile
4643
VDSO_CAFLAGS += $(call cc32-option,-fno-dwarf2-cfi-asm)

0 commit comments

Comments
 (0)