All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ARM: trivial assembly fixes to enable LLVM as
@ 2019-01-03 21:48 ` Stefan Agner
  0 siblings, 0 replies; 16+ messages in thread
From: Stefan Agner @ 2019-01-03 21:48 UTC (permalink / raw)
  To: linux
  Cc: nicolas.pitre, mark.rutland, arnd, ard.biesheuvel, peterz,
	will.deacon, julien.thierry, ndesaulniers, linux-kernel,
	Stefan Agner, mingo, natechancellor, linux-arm-kernel

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(-)

-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-01-07 21:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 21:48 [PATCH v2 0/3] ARM: trivial assembly fixes to enable LLVM as Stefan Agner
2019-01-03 21:48 ` Stefan Agner
2019-01-03 21:48 ` [PATCH v2 1/3] ARM: fix argument count to match macro definition Stefan Agner
2019-01-03 21:48   ` Stefan Agner
2019-01-05 16:05   ` Nicolas Pitre
2019-01-05 16:05     ` Nicolas Pitre
2019-01-03 21:48 ` [PATCH v2 2/3] ARM: uaccess: use unified assembler language syntax Stefan Agner
2019-01-03 21:48   ` Stefan Agner
2019-01-05 16:12   ` Nicolas Pitre
2019-01-05 16:12     ` Nicolas Pitre
2019-01-07 21:50     ` Stefan Agner
2019-01-07 21:50       ` Stefan Agner
2019-01-03 21:48 ` [PATCH v2 3/3] ARM: spinlock: " Stefan Agner
2019-01-03 21:48   ` Stefan Agner
2019-01-05 16:13   ` Nicolas Pitre
2019-01-05 16:13     ` Nicolas Pitre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.