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é <f4...@amsat.org> > --- > target/mips/internal.h | 2 ++ > target/mips/cpu.c | 1 + > target/mips/mod-msa_helper.c | 36 ++++++++++++++++++++++++++++++++++++ > target/mips/cpu-defs.c.inc | 36 ------------------------------------ > 4 files changed, 39 insertions(+), 36 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~