On Thu, 9 Jul 2020 15:18:25 +0200 Pierre Morel <pmorel@xxxxxxxxxxxxx> wrote: > On 2020-07-09 14:13, Cornelia Huck wrote: > > On Thu, 9 Jul 2020 10:07:48 +0200 > > Pierre Morel <pmorel@xxxxxxxxxxxxx> wrote: > >> + if (irb.scsw.sch_stat & !(SCSW_SCHS_PCI | SCSW_SCHS_IL)) { > > > > Did you mean ~(SCSW_SCHS_PCI | SCSW_SCHS_IL)? > > grrr... yes, thanks. > > > > > If yes, why do think a PCI may show up? > > Should not in the current implementation. > I thought I can add it as a general test. Yeah, maybe in the future. But for now, I think it is a bit confusing.