linux-user: Update MIPS specific prctl() implementation
commit6456c5108167dd543461842071cee70f08f14da9
authorStefan Markovic <smarkovic@wavecomp.com>
Wed, 14 Nov 2018 13:37:08 +0000 (14 14:37 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Sat, 17 Nov 2018 18:29:34 +0000 (17 19:29 +0100)
tree32709ccdd791f741e6d6aec46c11f8a55953b74c
parent83c496599cc04926ecbc3e47a37debaa3e38b686
linux-user: Update MIPS specific prctl() implementation

Perform needed checks before actual prctl() PR_SET_FP_MODE and
PR_GET_FP_MODE work based on kernel implementation. Also, update
necessary hflags.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
linux-user/syscall.c