Adapt the test to the new semantics of the smp_* functions, and use CPU indexes instead of addresses. Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> Reviewed-by: Nico Boehr <nrb@xxxxxxxxxxxxx> Reviewed-by: Steffen Eiden <seiden@xxxxxxxxxxxxx> --- s390x/skrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s390x/skrf.c b/s390x/skrf.c index ca4efbf1..b9a2e902 100644 --- a/s390x/skrf.c +++ b/s390x/skrf.c @@ -176,7 +176,7 @@ static void test_exception_ext_new(void) wait_for_flag(); set_flag(0); - sigp(1, SIGP_EXTERNAL_CALL, 0, NULL); + smp_sigp(1, SIGP_EXTERNAL_CALL, 0, NULL); wait_for_flag(); smp_cpu_stop(1); report_prefix_pop(); -- 2.34.1