Hi Richard,

On 12/14/21 01:25, Richard Henderson wrote:
> Signed-off-by: Richard Henderson <[email protected]>
> ---
>  linux-user/host/sparc64/hostdep.h          |  3 +
>  linux-user/host/sparc64/safe-syscall.inc.S | 89 ++++++++++++++++++++++
>  2 files changed, 92 insertions(+)
>  create mode 100644 linux-user/host/sparc64/safe-syscall.inc.S

> diff --git a/linux-user/host/sparc64/safe-syscall.inc.S 
> b/linux-user/host/sparc64/safe-syscall.inc.S
> new file mode 100644
> index 0000000000..bb35c64cfc
> --- /dev/null
> +++ b/linux-user/host/sparc64/safe-syscall.inc.S
> @@ -0,0 +1,89 @@
> +/*
> + * safe-syscall.inc.S : host-specific assembly fragment
> + * to handle signals occurring at the same time as system calls.
> + * This is intended to be included by linux-user/safe-syscall.S
> + *
> + * Written by Richard Henderson <[email protected]>
> + * Copyright (C) 2021 Red Hat, Inc.

Are you sure this is the correct (c)?

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

Reply via email to