[Skiboot] [PATCH v3] Add P9 DIO interrupt support

Lei YU mine260309 at gmail.com
Thu Jan 24 13:26:05 AEDT 2019


> >       case P9_PSI_IRQ_DIO:
> >               printf("PSI: DIO irq received\n");
> > +             dio_interrupt_handler(psi->chip_id);
> >               break;
>
> You'll want to get rid of that printf, I think?

The printf is there before and does no harm, just a log to tell the DIO irq
received.
But yes if you want to get rid of it, we could just remove it.


More information about the Skiboot mailing list