Re: [PATCH 11/17] target/mips: Move msa_reset() to mod-msa_helper.c

2020-12-08 Thread Richard Henderson
On 12/7/20 6:36 PM, Philippe Mathieu-Daudé wrote: > translate_init.c.inc mostly contains CPU definitions. > msa_reset() doesn't belong here, move it with the MSA > helpers. > > One comment style is updated to avoid checkpatch.pl warning. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/

[PATCH 11/17] target/mips: Move msa_reset() to mod-msa_helper.c

2020-12-07 Thread Philippe Mathieu-Daudé
translate_init.c.inc mostly contains CPU definitions. msa_reset() doesn't belong here, move it with the MSA helpers. One comment style is updated to avoid checkpatch.pl warning. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/internal.h | 2 ++ target/mips/mod-msa_helper.c