From f7177937a2c0db4c3bb42e3adfde937e9c0734a1 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 6 Apr 2010 12:21:05 +0200 Subject: [PATCH] linux-user: switch default ppc64 CPU to 970fx from 970 Signed-off-by: Aurelien Jarno --- linux-user/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/main.c b/linux-user/main.c index ca49cc4891..b394c00829 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -2788,7 +2788,7 @@ int main(int argc, char **argv, char **envp) #endif #elif defined(TARGET_PPC) #ifdef TARGET_PPC64 - cpu_model = "970"; + cpu_model = "970fx"; #else cpu_model = "750"; #endif -- 2.39.5