From: Geoff Levand <geoff@infradead.org>
To: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [PATCH] arm64/vdso: Remove unused makefile variable
Date: Fri, 24 Apr 2020 08:58:49 -0700 [thread overview]
Message-ID: <d8baa0e5-0e20-9f58-5e79-34a272f86d1d@infradead.org> (raw)
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
next reply other threads:[~2020-04-24 16:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-24 15:58 Geoff Levand [this message]
2020-04-27 20:35 ` [PATCH] arm64/vdso: Remove unused makefile variable 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d8baa0e5-0e20-9f58-5e79-34a272f86d1d@infradead.org \
--to=geoff@infradead.org \
--cc=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox