summary refs log tree commit diff stats
path: root/linux-user/ppc/target_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/ppc/target_elf.h')
-rw-r--r--linux-user/ppc/target_elf.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/linux-user/ppc/target_elf.h b/linux-user/ppc/target_elf.h
index 0616618854..8c0a8ea431 100644
--- a/linux-user/ppc/target_elf.h
+++ b/linux-user/ppc/target_elf.h
@@ -7,12 +7,5 @@
 
 #ifndef PPC_TARGET_ELF_H
 #define PPC_TARGET_ELF_H
-static inline const char *cpu_get_model(uint32_t eflags)
-{
-#ifdef TARGET_PPC64
-    return "POWER9";
-#else
-    return "750";
-#endif
-}
+
 #endif