]> Git Repo - qemu.git/commit - hw/mips/mips_jazz.c
mips: replace cpu_mips_init() with cpu_generic_init()
authorIgor Mammedov <[email protected]>
Wed, 20 Sep 2017 19:49:34 +0000 (16:49 -0300)
committerYongbok Kim <[email protected]>
Thu, 21 Sep 2017 12:25:37 +0000 (13:25 +0100)
commitc4c8146cfd0fc3f95418fbc82a2eded594675022
treef4d6001cee7d57c14c0de49b9fa393fd95db4cc7
parent41da212c9ce9482fcfd490170c2611470254f8dc
mips: replace cpu_mips_init() with cpu_generic_init()

now cpu_mips_init() reimplements subset of cpu_generic_init()
tasks, so just drop it and use cpu_generic_init() directly.

Signed-off-by: Igor Mammedov <[email protected]>
Reviewed-by: HervĂ© Poussineau <[email protected]>
Signed-off-by: Philippe Mathieu-DaudĂ© <[email protected]>
[PMD: use internal.h instead of cpu.h]
Tested-by: James Hogan <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Signed-off-by: Yongbok Kim <[email protected]>
hw/mips/cps.c
hw/mips/mips_fulong2e.c
hw/mips/mips_jazz.c
hw/mips/mips_malta.c
hw/mips/mips_mipssim.c
hw/mips/mips_r4k.c
target/mips/cpu.h
target/mips/translate.c
This page took 0.026989 seconds and 4 git commands to generate.