Re: [PATCH 0/2] genirq: Kill preflow handlers

2020-07-04 Thread Valentin Schneider
Hi Marc, On 04/07/20 10:48, Marc Zyngier wrote: > Hi Valentin, > > On 2020-07-03 16:56, Valentin Schneider wrote: >> Hi, >> >> while strolling around the different flow handlers, I tried to make >> sense of >> what preflow_handler() was about. Turns out no one uses those anymore, >> but the >> g

Re: [PATCH 0/2] genirq: Kill preflow handlers

2020-07-04 Thread Marc Zyngier
Hi Valentin, On 2020-07-03 16:56, Valentin Schneider wrote: Hi, while strolling around the different flow handlers, I tried to make sense of what preflow_handler() was about. Turns out no one uses those anymore, but the genirq support has remained in place. If we needed to reintroduce some