Merge patch series "riscv: CPU operations cleanup"
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 4 Jan 2024 23:03:09 +0000 (15:03 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 10 Jan 2024 04:10:15 +0000 (20:10 -0800)
commit5634d9c280d2c91f1759054bcb8c2a4b0abb73c8
treeca02aa52fc5db47fca7b56c5a4dfc6c98a660e81
parentb7b4e4d79fc72e2b565cb3da38897b0e4c891e79
parent62ff262227a45bf917fe198885ab7aa19be5a01f
Merge patch series "riscv: CPU operations cleanup"

Samuel Holland <samuel.holland@sifive.com> says:

This series cleans up some duplicated and dead code around the RISC-V
CPU operations, that was copied from arm64 but is not needed here. The
result is a bit of memory savings and removal of a few SBI calls during
boot, with no functional change.

* b4-shazam-merge:
  riscv: Use the same CPU operations for all CPUs
  riscv: Remove unused members from struct cpu_operations
  riscv: Deduplicate code in setup_smp()

Link: https://lore.kernel.org/r/20231121234736.3489608-1-samuel.holland@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>