mbox series

[v2,0/3] ARM: trivial assembly fixes to enable LLVM as

Message ID cover.1546551693.git.stefan@agner.ch (mailing list archive)
Headers show
Series ARM: trivial assembly fixes to enable LLVM as | expand

Message

Stefan Agner Jan. 3, 2019, 9:48 p.m. UTC
This patchset is a starting point to enable LLVM integrated assembler and
contains some trivial changes. With this patchset the LLVM integrated
assembler can be used to assemble almost all C files.

Changes since v1:
- Explicitly use unified syntax for inline assembly where necessary

Stefan Agner (3):
  ARM: fix argument count to match macro definition
  ARM: uaccess: use unified assembler language syntax
  ARM: spinlock: use unified assembler language syntax

 arch/arm/include/asm/spinlock.h | 3 ++-
 arch/arm/include/asm/uaccess.h  | 3 ++-
 arch/arm/lib/copy_template.S    | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)