target/arm: Fixup comment re handle_cpu_signal
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 18 Sep 2021 18:08:52 +0000 (11:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
The named function no longer exists.
Refer to host_signal_handler instead.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/sve_helper.c

index dab5f1d1cda85d88c25831238cba2368bbc1f1d0..07be55b7e1adc5cdb292ed8e34c37efd9120cb94 100644 (file)
@@ -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.
  */