]> git.proxmox.com Git - mirror_qemu.git/commit
mips: replace cpu_mips_init() with cpu_generic_init()
authorIgor Mammedov <imammedo@redhat.com>
Wed, 20 Sep 2017 19:49:34 +0000 (16:49 -0300)
committerYongbok Kim <yongbok.kim@imgtec.com>
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 <imammedo@redhat.com>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[PMD: use internal.h instead of cpu.h]
Tested-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
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