diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-01-16 16:32:06 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-05-02 16:49:34 +0200 |
commit | fed50ffd5ce4b03f94036232c613b2ca8fba06eb (patch) | |
tree | 53110af34aca6e21976db92993bb1cca05c17798 /target/mips/translate.c | |
parent | 830a72301c35548907ff05399a99f34dab9c867d (diff) |
target/mips: Move msa_reset() to new source file
mips_cpu_reset() is used by all accelerators, and calls
msa_reset(), which is defined in msa_helper.c.
Beside msa_reset(), the rest of msa_helper.c is only useful
to the TCG accelerator. To be able to restrict this helper
file to TCG, we need to move msa_reset() out of it.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-4-f4bug@amsat.org>
Diffstat (limited to 'target/mips/translate.c')
0 files changed, 0 insertions, 0 deletions