qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 16/67] target/arm: Fixup comment re handle_cpu_signal


From: Warner Losh
Subject: Re: [PATCH v5 16/67] target/arm: Fixup comment re handle_cpu_signal
Date: Fri, 15 Oct 2021 12:32:48 -0600



On Thu, Oct 14, 2021 at 10:11 PM Richard Henderson <richard.henderson@linaro.org> wrote:
The named function no longer exists.
Refer to host_signal_handler instead.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 target/arm/sve_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Warner Losh <imp@bsdimp.com>
 
diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c
index dab5f1d1cd..07be55b7e1 100644
--- a/target/arm/sve_helper.c
+++ b/target/arm/sve_helper.c
@@ -6118,7 +6118,7 @@ DO_LDN_2(4, dd, MO_64)
  * linux-user/ in its get_user/put_user macros.
  *
  * TODO: Construct some helpers, written in assembly, that interact with
- * handle_cpu_signal to produce memory ops which can properly report errors
+ * host_signal_handler to produce memory ops which can properly report errors
  * without racing.
  */

--
2.25.1


reply via email to

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