]> xenbits.xensource.com Git - people/pauldu/linux.git/commitdiff
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)
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>

Trivial merge