qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH v7 04/15] linux-user/host/sparc64: Add safe-syscall.inc.S
Date: Tue, 14 Dec 2021 15:05:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 12/14/21 7:30 AM, Philippe Mathieu-Daudé wrote:
Hi Richard,

On 12/14/21 01:25, Richard Henderson wrote:
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  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 <richard.henderson@linaro.org>
+ * Copyright (C) 2021 Red Hat, Inc.

Are you sure this is the correct (c)?

Hah.  What a cut-n-paste.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]