DO-NOT-UPSTREAM arm: use unified syntax for uaccess
authorStefan Agner <stefan@agner.ch>
Thu, 20 Apr 2017 17:42:31 +0000 (10:42 -0700)
committerStefan Agner <stefan@agner.ch>
Mon, 7 Aug 2017 06:21:11 +0000 (23:21 -0700)
commit3dde034f5f4defda277aaa730a652ea922ee6a92
tree2a3d9a4c3e54e1aeaee8b288e1d8cbfd6c83d41e
parent929b85c7afe1536c6d56b5b699c9fb264113ba38
DO-NOT-UPSTREAM arm: use unified syntax for uaccess

Currently clang only emits code in unified syntax. It also assumes that
inline assembler is in unified syntax. Also the GNU assembler is used
when compiling with clang, this combination leads to the following
warning:
  Warning: conditional infixes are deprecated in unified syntax

Signed-off-by: Stefan Agner <stefan@agner.ch>
arch/arm/include/asm/uaccess.h