From 1c32f43eeaf829774958325f7c50078f7077e614 Mon Sep 17 00:00:00 2001
From: ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Date: Sat, 28 Apr 2007 21:07:41 +0000
Subject: Switch default CPU to 24Kf for now, as the Linux FPU emulation in the
 current qemu mips emulation fails in some cases. (The Linux FPU emulation
 works on real FPU-less hardware.)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2738 c046a42c-6fe2-441c-8c8c-71466251a162
---
 hw/mips_malta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hw/mips_malta.c')

diff --git a/hw/mips_malta.c b/hw/mips_malta.c
index 3a11503..42627e8 100644
--- a/hw/mips_malta.c
+++ b/hw/mips_malta.c
@@ -721,7 +721,7 @@ void mips_malta_init (int ram_size, int vga_ram_size, int boot_device,
 #ifdef TARGET_MIPS64
         cpu_model = "R4000";
 #else
-        cpu_model = "4KEc";
+        cpu_model = "24Kf";
 #endif
     }
     if (mips_find_by_name(cpu_model, &def) != 0)
-- 
cgit v1.1