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>
This commit is contained in:
parent
f2c5b39ecd
commit
0dc351ca6b
@ -312,7 +312,7 @@ static bool mips_cpu_has_work(CPUState *cs)
|
||||
return has_work;
|
||||
}
|
||||
|
||||
#include "translate_init.c.inc"
|
||||
#include "cpu-defs.c.inc"
|
||||
|
||||
static void mips_cpu_reset(DeviceState *dev)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user