From: Janosch Frank <frankja@xxxxxxxxxxxxx> We don't want to re-enter the UV call on a cc > 1 for this test. Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> Reviewed-by: Nico Boehr <nrb@xxxxxxxxxxxxx> Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> --- s390x/uv-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s390x/uv-host.c b/s390x/uv-host.c index d3018e3c..5ac8a32c 100644 --- a/s390x/uv-host.c +++ b/s390x/uv-host.c @@ -76,7 +76,7 @@ static void test_priv(void) uvcb.cmd = cmds[i].cmd; uvcb.len = cmds[i].len; enter_pstate(); - uv_call(0, (uint64_t)&uvcb); + uv_call_once(0, (uint64_t)&uvcb); pgm = clear_pgm_int(); report(pgm == PGM_INT_CODE_PRIVILEGED_OPERATION, "%s", cmds[i].name); } -- 2.36.1