]> Git Repo - linux.git/commit
RISC-V: replace cbom instructions with an insn-def
authorConor Dooley <[email protected]>
Sun, 8 Jan 2023 16:33:55 +0000 (16:33 +0000)
committerPalmer Dabbelt <[email protected]>
Wed, 15 Feb 2023 05:29:52 +0000 (21:29 -0800)
commitdd23e9535889c8b8d7ea7d6064ad16be903f4270
tree9f63feebd79d0e0cdbae022142d91b0d9e1f9748
parent6067c3aae52f14b025d0a4de5d4d1eb16eb8fe51
RISC-V: replace cbom instructions with an insn-def

Using the cbom instructions directly in ALT_CMO_OP, requires toolchain
support for the instructions. Using an insn-def will allow for removal
of toolchain version checks in the build system & simplification of the
proposed [1] function-based CMO scheme.

Link: https://lore.kernel.org/linux-riscv/[email protected]/
Signed-off-by: Conor Dooley <[email protected]>
Reviewed-by: Andrew Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
arch/riscv/include/asm/errata_list.h
arch/riscv/include/asm/insn-def.h
This page took 0.056218 seconds and 4 git commands to generate.