]> Git Repo - qemu.git/blobdiff - linux-user/mips64/target_syscall.h
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' into...
[qemu.git] / linux-user / mips64 / target_syscall.h
index c1160e69f8b4b214b75c72614d88b39031c8bc10..8ccc46822c1122d31fad07ca6e768867c5870477 100644 (file)
@@ -244,5 +244,7 @@ static inline abi_ulong target_shmlba(CPUMIPSState *env)
 /* MIPS-specific prctl() options */
 #define TARGET_PR_SET_FP_MODE  45
 #define TARGET_PR_GET_FP_MODE  46
+#define TARGET_PR_FP_MODE_FR   (1 << 0)
+#define TARGET_PR_FP_MODE_FRE  (1 << 1)
 
 #endif /* MIPS64_TARGET_SYSCALL_H */
This page took 0.02287 seconds and 4 git commands to generate.