From: Palmer Dabbelt Date: Thu, 4 Jan 2024 23:03:09 +0000 (-0800) Subject: Merge patch series "riscv: CPU operations cleanup" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5634d9c280d2c91f1759054bcb8c2a4b0abb73c8;p=linux.git Merge patch series "riscv: CPU operations cleanup" Samuel Holland 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 --- 5634d9c280d2c91f1759054bcb8c2a4b0abb73c8