Re: [PATCH v2 14/24] target/mips: Move msa_reset() to mod-msa_helper.c

2020-12-15 Thread Richard Henderson
On 12/15/20 4:57 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 v2 14/24] target/mips: Move msa_reset() to mod-msa_helper.c

2020-12-15 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/cpu.c| 1 +