public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] riscv: select ARCH_USE_SYM_ANNOTATIONS
@ 2024-07-09 16:05 Jisheng Zhang
  2024-07-09 16:05 ` [PATCH v2 1/2] riscv: errata: sifive: Use SYM_*() assembly macros Jisheng Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jisheng Zhang @ 2024-07-09 16:05 UTC (permalink / raw)
  To: Paul Walmsley, Palmer Dabbelt, Albert Ou
  Cc: Clément Léger, linux-riscv, linux-kernel

commit 76329c693924 ("riscv: Use SYM_*() assembly macros instead
of deprecated ones"), most riscv has been to converted the new style
SYM_ assembler annotations. The remaining one is sifive's
errata_cip_453.S, so convert to new style SYM_ annotations as well.
After that select ARCH_USE_SYM_ANNOTATIONS.


Since v1:
  - add new patch to convert sifive's errata_cip_453.S, thank Clément
  - update patch2 commit msg

Jisheng Zhang (2):
  riscv: errata: sifive: Use SYM_*() assembly macros
  riscv: select ARCH_USE_SYM_ANNOTATIONS

 arch/riscv/Kconfig                        | 1 +
 arch/riscv/errata/sifive/errata_cip_453.S | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.43.0


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

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

end of thread, other threads:[~2024-09-17 13:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 16:05 [PATCH v2 0/2] riscv: select ARCH_USE_SYM_ANNOTATIONS Jisheng Zhang
2024-07-09 16:05 ` [PATCH v2 1/2] riscv: errata: sifive: Use SYM_*() assembly macros Jisheng Zhang
2024-07-10  8:11   ` Clément Léger
2024-07-09 16:05 ` [PATCH v2 2/2] riscv: select ARCH_USE_SYM_ANNOTATIONS Jisheng Zhang
2024-07-10  8:13   ` Clément Léger
2024-09-17 13:00 ` [PATCH v2 0/2] " patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox