Re: [PATCH v2 5/9] pc-bios: s390x: Use PSW masks where possible

2020-05-25 Thread Janosch Frank
On 5/21/20 7:50 AM, Thomas Huth wrote: > On 14/05/2020 14.37, Janosch Frank wrote: >> Let's move some of the PSW mask defines into s390-arch.h and use them >> in jump2ipl.c >> >> Signed-off-by: Janosch Frank >> Reviewed-by: David Hildenbrand >> --- >> pc-bios/s390-ccw/jump2ipl.c | 10 --

Re: [PATCH v2 5/9] pc-bios: s390x: Use PSW masks where possible

2020-05-20 Thread Thomas Huth
On 14/05/2020 14.37, Janosch Frank wrote: > Let's move some of the PSW mask defines into s390-arch.h and use them > in jump2ipl.c > > Signed-off-by: Janosch Frank > Reviewed-by: David Hildenbrand > --- > pc-bios/s390-ccw/jump2ipl.c | 10 -- > pc-bios/s390-ccw/s390-arch.h | 2 ++ > 2 f

[PATCH v2 5/9] pc-bios: s390x: Use PSW masks where possible

2020-05-14 Thread Janosch Frank
Let's move some of the PSW mask defines into s390-arch.h and use them in jump2ipl.c Signed-off-by: Janosch Frank Reviewed-by: David Hildenbrand --- pc-bios/s390-ccw/jump2ipl.c | 10 -- pc-bios/s390-ccw/s390-arch.h | 2 ++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/