From: Richard Henderson Date: Sat, 18 Sep 2021 18:08:52 +0000 (-0700) Subject: target/arm: Fixup comment re handle_cpu_signal X-Git-Tag: v6.2.0-rc0~25^2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ce8e389efc5011742194fd46847fce3be4b3124;p=thirdparty%2Fqemu.git target/arm: Fixup comment re handle_cpu_signal The named function no longer exists. Refer to host_signal_handler instead. Reviewed-by: Warner Losh Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c index dab5f1d1cda..07be55b7e1a 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. */