linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64/vdso: Remove unused makefile variable
@ 2020-04-24 15:58 Geoff Levand
  2020-04-27 20:35 ` Will Deacon
  0 siblings, 1 reply; 8+ messages in thread
From: Geoff Levand @ 2020-04-24 15:58 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: Will Deacon, linux-arm-kernel

The vdso makefile variable VDSO_LDFLAGS is defined, but never used,
so remove it.

Signed-off-by: Geoff Levand <geoff@infradead.org>
---

Hi,

This seems to be left over from a code cleanup that missed it.

-Geoff

 arch/arm64/kernel/vdso/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/kernel/vdso/Makefile b/arch/arm64/kernel/vdso/Makefile
index dd2514bb1511..6f6b55c12029 100644
--- a/arch/arm64/kernel/vdso/Makefile
+++ b/arch/arm64/kernel/vdso/Makefile
@@ -23,8 +23,6 @@ ldflags-y := -shared -nostdlib -soname=linux-vdso.so.1 --hash-style=sysv \
 ccflags-y := -fno-common -fno-builtin -fno-stack-protector -ffixed-x18
 ccflags-y += -DDISABLE_BRANCH_PROFILING
 
-VDSO_LDFLAGS := -Bsymbolic
-
 CFLAGS_REMOVE_vgettimeofday.o = $(CC_FLAGS_FTRACE) -Os
 KBUILD_CFLAGS			+= $(DISABLE_LTO)
 KASAN_SANITIZE			:= n
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-04-28 13:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 15:58 [PATCH] arm64/vdso: Remove unused makefile variable Geoff Levand
2020-04-27 20:35 ` Will Deacon
2020-04-28 10:46   ` Vincenzo Frascino
2020-04-28 11:52     ` Ard Biesheuvel
2020-04-28 12:43       ` Will Deacon
2020-04-28 13:02         ` Ard Biesheuvel
2020-04-28 13:16           ` Will Deacon
2020-04-28 13:21             ` Vincenzo Frascino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).