On 01/02/2020 16.28, Janosch Frank wrote: > The architecture specifies that processing sigp orders may be > asynchronous, and this is indeed the case on some hypervisors, so we > need to wait until the cpu runs before we return from the setup/start > function. > > As there was a lot of duplicate code, a common function for cpu > restarts has been introduced. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx> > --- > lib/s390x/smp.c | 56 ++++++++++++++++++++++++++++++------------------- > 1 file changed, 35 insertions(+), 21 deletions(-) Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>