]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/mips/target_elf.h
linux-user: Split TARGET_PROT_* out of syscall_defs.h
[mirror_qemu.git] / linux-user / mips / target_elf.h
index a98c9bd6ad5234a002a3d94e5513f801ba10a0e9..b965e86b2bfec9b3d33dc57aa5bfe690e267cf01 100644 (file)
@@ -15,6 +15,9 @@ static inline const char *cpu_get_model(uint32_t eflags)
     if ((eflags & EF_MIPS_MACH) == EF_MIPS_MACH_5900) {
         return "R5900";
     }
+    if (eflags & EF_MIPS_NAN2008) {
+        return "P5600";
+    }
     return "24Kf";
 }
 #endif