mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/mips: Move msa_reset() to msa_helper.c
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@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201215225757.764263-15-f4bug@amsat.org> Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
This commit is contained in:
parent
810fda17c8
commit
03e4d95c91
4 changed files with 39 additions and 36 deletions
|
@ -33,6 +33,7 @@
|
|||
#include "hw/qdev-clock.h"
|
||||
#include "hw/semihosting/semihost.h"
|
||||
#include "qapi/qapi-commands-machine-target.h"
|
||||
#include "fpu_helper.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue