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é <f4bug@xxxxxxxxx> > --- > target/mips/internal.h | 2 ++ > target/mips/mod-msa_helper.c | 36 ++++++++++++++++++++++++++++++++ > target/mips/translate_init.c.inc | 34 ------------------------------ > 3 files changed, 38 insertions(+), 34 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~