[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191209222956.239798-1-ndesaulniers@google.com>
Date: Mon, 9 Dec 2019 14:29:54 -0800
From: Nick Desaulniers <ndesaulniers@...gle.com>
To: bcain@...eaurora.org
Cc: Nick Desaulniers <ndesaulniers@...gle.com>, lee.jones@...aro.org,
andriy.shevchenko@...ux.intel.com, ztuowen@...il.com,
mika.westerberg@...ux.intel.com, mcgrof@...nel.org,
gregkh@...uxfoundation.org, alexios.zavras@...el.com,
allison@...utok.net, will@...nel.org, rfontana@...hat.com,
tglx@...utronix.de, peterz@...radead.org, boqun.feng@...il.com,
mingo@...hat.com, akpm@...ux-foundation.org, geert@...ux-m68k.org,
linux-hexagon@...r.kernel.org, clang-built-linux@...glegroups.com,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Hexagon fixes
Fixes 2 warnings when trying to build hexagon with Clang:
$ ARCH=hexagon CROSS_COMPILE=hexagon-linux-gnu- make -j71 \
CC=clang AS=clang LD=ld.lld AR=llvm-ar
Fixes -Winline-asm and -Wimplicit-function-definition.
Nick Desaulniers (2):
hexagon: define ioremap_uc
hexagon: parenthesize registers in asm predicates
arch/hexagon/include/asm/atomic.h | 8 ++++----
arch/hexagon/include/asm/bitops.h | 8 ++++----
arch/hexagon/include/asm/cmpxchg.h | 2 +-
arch/hexagon/include/asm/futex.h | 6 +++---
arch/hexagon/include/asm/io.h | 1 +
arch/hexagon/include/asm/spinlock.h | 20 ++++++++++----------
arch/hexagon/kernel/vm_entry.S | 2 +-
7 files changed, 24 insertions(+), 23 deletions(-)
--
2.24.0.393.g34dc348eaf-goog
Powered by blists - more mailing lists