Thread (28 messages) 28 messages, 4 authors, 2017-12-01

[PATCH 6/7] arm64: explicitly pass --no-fix-cortex-a53-843419 to GNU gold

From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-30 17:50:27
Also in: linux-kbuild, lkml

On Wed, Nov 29, 2017 at 04:30:33PM -0800, Nick Desaulniers wrote:
Rather than:

if CONFIG_ARM64_ERRATUM_843419 == y:
  ...
if CONFIG_ARM64_ERRATUM_843419 == '':
  ...

could this be:

if CONFIG_ARM64_ERRATUM_843419 == y:
  ...
else
  ...

?
Sure. I'll clean this up in v2.

Sami
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help