summaryrefslogtreecommitdiffstats
path: root/hw/mips/mips_jazz.c
diff options
context:
space:
mode:
authorHervé Poussineau2015-06-03 22:45:35 +0200
committerLeon Alrae2015-06-11 11:13:29 +0200
commit9b1d21c53b73c8f8f79e4aae69c4eb7a5270d6d4 (patch)
tree1234443d8498f7133ec902949cdc772b49f4f602 /hw/mips/mips_jazz.c
parenttarget-mips: add ERETNC instruction and Config5.LLB bit (diff)
downloadqemu-9b1d21c53b73c8f8f79e4aae69c4eb7a5270d6d4.tar.gz
qemu-9b1d21c53b73c8f8f79e4aae69c4eb7a5270d6d4.tar.xz
qemu-9b1d21c53b73c8f8f79e4aae69c4eb7a5270d6d4.zip
mips jazz: compile only in 64 bit
Remove now useless device models from other MIPS configurations We're now compiling 12 files less than before. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'hw/mips/mips_jazz.c')
-rw-r--r--hw/mips/mips_jazz.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/mips/mips_jazz.c b/hw/mips/mips_jazz.c
index 2c153e092f..f16070e31e 100644
--- a/hw/mips/mips_jazz.c
+++ b/hw/mips/mips_jazz.c
@@ -157,12 +157,7 @@ static void mips_jazz_init(MachineState *machine,
/* init CPUs */
if (cpu_model == NULL) {
-#ifdef TARGET_MIPS64
cpu_model = "R4000";
-#else
- /* FIXME: All wrong, this maybe should be R3000 for the older JAZZs. */
- cpu_model = "24Kf";
-#endif
}
cpu = cpu_mips_init(cpu_model);
if (cpu == NULL) {