From: jszhang@marvell.com (Jisheng Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [Query] do we need to patch arch/arm64/Makefile for ca53 errata843419
Date: Tue, 7 Jun 2016 18:38:37 +0800 [thread overview]
Message-ID: <20160607183837.7618dcc6@xhacker> (raw)
Dear all,
Per my understanding, newer aarch64 toolchain enable fix cortex-a53-843419
when configuring, but this only means gcc will pass "--fix-cortex-a53-843419"
to ld by default, however the linux kernel LD cmd ld rather than gcc, so
do we need to add something like the following into arch/arm64/Makefile?
ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
LDFLAGS_vmlinux += $(call ld-option, --fix-cortex-a53-843419)
endif
Thanks,
Jisheng
reply other threads:[~2016-06-07 10:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160607183837.7618dcc6@xhacker \
--to=jszhang@marvell.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.