RISC-V: alternative: Remove feature_probe_func
authorEvan Green <evan@rivosinc.com>
Fri, 18 Aug 2023 19:41:36 +0000 (12:41 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Fri, 1 Sep 2023 16:06:26 +0000 (09:06 -0700)
commitf2d14bc4e437b8ed21e6890ae047a6ec47c030d9
treeb539d0ca9e1324699f60c66240745b465e78fc60
parent584ea6564bcaead223840cdafe84e4947ba85509
RISC-V: alternative: Remove feature_probe_func

Now that we're testing unaligned memory copy and making that
determination generically, there are no more users of the vendor
feature_probe_func(). While I think it's probably going to need to come
back, there are no users right now, so let's remove it until it's
needed.

Signed-off-by: Evan Green <evan@rivosinc.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230818194136.4084400-3-evan@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/errata/thead/errata.c
arch/riscv/include/asm/alternative.h
arch/riscv/kernel/alternative.c
arch/riscv/kernel/smpboot.c