target/mips: Move cpu definitions, reset() and realize() to cpu.c
commitc20cf02bbd88146ffc75c7722423b1ef6991676c
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 6 Dec 2020 22:29:33 +0000 (6 23:29 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 19:27:11 +0000 (13 20:27 +0100)
tree57cea9df088751ec72da34117814547a919cb21e
parenta10b453a52a1f5c9511a0eed164d5e89c88033e1
target/mips: Move cpu definitions, reset() and realize() to cpu.c

Nothing TCG specific there, move to common cpu code.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201206233949.3783184-16-f4bug@amsat.org>
target/mips/cpu.c
target/mips/internal.h
target/mips/translate.c