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

2020-05-14 Thread Cornelia Huck
On Thu, 14 May 2020 13:27:20 +0200 Janosch Frank wrote: > On 4/7/20 9:25 AM, Cornelia Huck wrote: > > On Tue, 24 Mar 2020 11:08:44 -0400 > > 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. > > >

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

2020-05-14 Thread Janosch Frank
On 4/7/20 9:25 AM, Cornelia Huck wrote: > On Tue, 24 Mar 2020 11:08:44 -0400 > 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. > > They were also slightly different, so unifying them makes sense. > >> >> Al

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

2020-05-04 Thread David Hildenbrand
On 04.05.20 08:46, Janosch Frank wrote: > On 4/30/20 5:42 PM, David Hildenbrand wrote: >> On 24.03.20 16:08, 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 asse

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

2020-05-03 Thread Janosch Frank
On 4/30/20 5:42 PM, David Hildenbrand wrote: > On 24.03.20 16:08, 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'

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

2020-04-30 Thread David Hildenbrand
On 24.03.20 16:08, 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: Jano

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

2020-04-07 Thread Cornelia Huck
On Tue, 24 Mar 2020 11:08:44 -0400 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. They were also slightly different, so unifying them makes sense. > > Also let's add an infinite loop into the assembly of disa

[PATCH 5/8] pc-bios: s390x: Move panic() into header and add infinite loop

2020-03-24 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 --- pc-bios/s39