On Thu, Jun 13, 2024 at 10:14:41AM -0700, Samuel Holland wrote: > Now that the [ms]envcfg CSR value is maintained per thread, not per > hart, riscv_user_isa_enable() only needs to be called once during boot, > to set the value for the init task. This also allows it to be marked as > __init. riscv_isa_extension_check() sets any_cpu_has_zicboz, so it also > needs to be marked __init; it could have had this annotation already. > > Reviewed-by: Deepak Gupta > Signed-off-by: Samuel Holland Reviewed-by: Conor Dooley