[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240709160536.3690-1-jszhang@kernel.org>
Date: Wed, 10 Jul 2024 00:05:20 +0800
From: Jisheng Zhang <jszhang@...nel.org>
To: Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>
Cc: Clément Léger <cleger@...osinc.com>,
linux-riscv@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/2] riscv: select ARCH_USE_SYM_ANNOTATIONS
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
Powered by blists - more mailing lists