CHROMIUM: arm64: Disable asm-operand-width warning for clang
authorMatthias Kaehlcke <mka@chromium.org>
Fri, 21 Apr 2017 23:00:56 +0000 (16:00 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commit8c82740b2d75be3d6a6ebf8209f45ff90e518315
treec79c1ee87c3ee1494a2d170bf5c3044bdd6c260c
parent4cd9453d6ac3febdc73907582e7fdd6d5349d0e3
CHROMIUM: arm64: Disable asm-operand-width warning for clang

clang raises 'asm-operand-widths' warnings in inline assembly code when
the size of an operand is < 64 bits and the operand width is unspecified.
Most warnings are raised in macros, i.e. the datatype of the operand may
vary. Most of these warnings are fixed in upstream, however we consider it
isn't worth the effort/risk to backport all the necessary changes. On
future CrOS kernels >= v4.13 the warning should be re-enabled.

Change-Id: Ie44748344853f5a394879718ad5d6f610f3c396a
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
arch/arm64/Makefile