target/mips: Rename translate_init.c as cpu-defs.c
commit0dc351ca6bf5ffbdb63bbecf718d4917491b2c28
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 6 Dec 2020 22:52:07 +0000 (6 23:52 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree710c23b5bf60d016447e8f865ea479dbacf25cee
parentf2c5b39ecdcc3d99f53517c18acfb950bfeecfd3
target/mips: Rename translate_init.c as cpu-defs.c

This file is not TCG specific, contains CPU definitions
and is consumed by cpu.c. Rename it as such.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201214183739.500368-10-f4bug@amsat.org>
target/mips/cpu-defs.c.inc [moved from target/mips/translate_init.c.inc with 100% similarity]
target/mips/cpu.c