Re: [PATCH v2 6/9] pc-bios: s390x: Move panic() into header and add infinite loop

2020-05-20 Thread Thomas Huth
On 14/05/2020 14.37, Janosch Frank wrote: > panic() was defined for the ccw and net bios, i.e. twice, so it's > cleaner to rather put it into the header. > > Also let's add an infinite loop into the assembly of disabled_wait() so > the caller doesn't need to take care of it. > > Signed-off-by: Ja

[PATCH v2 6/9] pc-bios: s390x: Move panic() into header and add infinite loop

2020-05-14 Thread Janosch Frank
panic() was defined for the ccw and net bios, i.e. twice, so it's cleaner to rather put it into the header. Also let's add an infinite loop into the assembly of disabled_wait() so the caller doesn't need to take care of it. Signed-off-by: Janosch Frank Reviewed-by: Pierre Morel Reviewed-by: Dav