Daniel Henrique Barboza <dbarb...@ventanamicro.com> writes: > We have code in riscv_cpu_add_profiles() to enable a profile right away > in case a CPU chose the profile during its cpu_init(). But we're using > the user callback option to do so, setting profile->user_set. > > Create a new helper that does all the grunt work to enable/disable a > given profile. Use this new helper in the cases where we want a CPU to > be compatible to a certain profile, leaving the user callback to be used > exclusively by users. > > Fixes: fba92a92e3 ("target/riscv: add 'rva22u64' CPU") > Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com>
Reviewed-by: Björn Töpel <bj...@rivosinc.com>