riscv: move boot alternatives to after fill_hwcap
authorHeiko Stuebner <heiko@sntech.de>
Wed, 11 May 2022 19:29:16 +0000 (21:29 +0200)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 12 May 2022 04:36:32 +0000 (21:36 -0700)
commitffb0b0afbd7c2608b6608d693569f0e726efd26b
treea8180b954a67ca585af4ed15cfa69ccbe0caed1b
parent49b290e430d390bacf7d3792d5654fa4b3212926
riscv: move boot alternatives to after fill_hwcap

Move the application of boot alternatives to after the hw-capabilities
are populated. This allows to check for available extensions when
determining which alternatives to apply and also makes it actually
work if CONFIG_SMP is disabled for whatever reason.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Philipp Tomsich <philipp.tomsich@vrull.eu>
Reviewed-by: Guo Ren <guoren@kernel.org>
Link: https://lore.kernel.org/r/20220511192921.2223629-8-heiko@sntech.de
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/setup.c
arch/riscv/kernel/smpboot.c