diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-06 23:29:33 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-13 20:27:11 +0100 |
commit | c20cf02bbd88146ffc75c7722423b1ef6991676c (patch) | |
tree | 57cea9df088751ec72da34117814547a919cb21e /target/mips/internal.h | |
parent | a10b453a52a1f5c9511a0eed164d5e89c88033e1 (diff) |
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>
Diffstat (limited to 'target/mips/internal.h')
-rw-r--r-- | target/mips/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/mips/internal.h b/target/mips/internal.h index bcd3d857ab..0515966469 100644 --- a/target/mips/internal.h +++ b/target/mips/internal.h @@ -207,10 +207,6 @@ static inline bool cpu_mips_hw_interrupts_pending(CPUMIPSState *env) void mips_tcg_init(void); -/* TODO QOM'ify CPU reset and remove */ -void cpu_state_reset(CPUMIPSState *s); -void cpu_mips_realize_env(CPUMIPSState *env); - /* cp0_timer.c */ uint32_t cpu_mips_get_count(CPUMIPSState *env); void cpu_mips_store_count(CPUMIPSState *env, uint32_t value); |