Re: [PATCH v7 03/15] linux-user/host/mips: Add safe-syscall.inc.S

2021-12-14 Thread Philippe Mathieu-Daudé
On 12/14/21 01:25, Richard Henderson wrote: > Reviewed-by: Warner Losh > Signed-off-by: Richard Henderson > --- > linux-user/host/mips/hostdep.h | 3 + > linux-user/host/mips/safe-syscall.inc.S | 148 > 2 files changed, 151 insertions(+) > create mode 100644

[PATCH v7 03/15] linux-user/host/mips: Add safe-syscall.inc.S

2021-12-13 Thread Richard Henderson
Reviewed-by: Warner Losh Signed-off-by: Richard Henderson --- linux-user/host/mips/hostdep.h | 3 + linux-user/host/mips/safe-syscall.inc.S | 148 2 files changed, 151 insertions(+) create mode 100644 linux-user/host/mips/safe-syscall.inc.S diff --git a/linu