riscv: Fix NR_CPUS range conditions
authorSamuel Holland <samuel@sholland.org>
Sat, 26 Nov 2022 06:15:56 +0000 (00:15 -0600)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 28 Nov 2022 23:27:00 +0000 (15:27 -0800)
commit1d6b5ed41f8c5c7012dbebe9bc0e2292a5a232b4
tree337b58e6aaf58a94d17060803d52d89f3f66bea7
parentfcae44fd36d052e956e69a64642fc03820968d78
riscv: Fix NR_CPUS range conditions

The conditions reference the symbol SBI_V01, which does not exist. The
correct symbol is RISCV_SBI_V01.

Fixes: e623715f3d67 ("RISC-V: Increase range and default value of NR_CPUS")
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20221126061557.3541-1-samuel@sholland.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Kconfig