Am Montag, 27. März 2023, 18:49:27 CEST schrieb Andy Chiu: > From: Greentime Hu <greentime.hu@xxxxxxxxxx> > > This patch is used to detect the size of CPU vector registers and use > riscv_v_vsize to save the size of all the vector registers. > It assumes all > harts has the same capabilities in a SMP system. is this mandated somewhere? Because for most other things we seem to want to check that this is actually true. So somehow I'd expect the kernel to at least check the VLEN on each hart and loudly complain if those do not match? > Co-developed-by: Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > Signed-off-by: Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > Co-developed-by: Vincent Chen <vincent.chen@xxxxxxxxxx> > Signed-off-by: Vincent Chen <vincent.chen@xxxxxxxxxx> > Signed-off-by: Greentime Hu <greentime.hu@xxxxxxxxxx> > Signed-off-by: Andy Chiu <andy.chiu@xxxxxxxxxx> > Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Tested-by: Heiko Stuebner <heiko.stuebner@xxxxxxxx> Heiko