Re: [PATCH 1/2] sparc64: Deselect IRQ_PREFLOW_FASTEOI

2020-07-21 Thread David Miller
From: Valentin Schneider Date: Fri, 3 Jul 2020 16:56:44 +0100 > sparc64 hasn't needed to select this since commit: > > ee6a9333fa58 ("sparc64: sparse irq") > > which got rid of the calls to __irq_set_preflow_handler() first installed > by commit: > > fcd8d4f49869 ("sparc: Use the new geni

Re: [PATCH 1/2] sparc64: Deselect IRQ_PREFLOW_FASTEOI

2020-07-03 Thread Anatoly Pugachev
On Fri, Jul 3, 2020 at 6:58 PM Valentin Schneider wrote: > > sparc64 hasn't needed to select this since commit: > > ee6a9333fa58 ("sparc64: sparse irq") > > which got rid of the calls to __irq_set_preflow_handler() first installed > by commit: > > fcd8d4f49869 ("sparc: Use the new genirq funct

[PATCH 1/2] sparc64: Deselect IRQ_PREFLOW_FASTEOI

2020-07-03 Thread Valentin Schneider
sparc64 hasn't needed to select this since commit: ee6a9333fa58 ("sparc64: sparse irq") which got rid of the calls to __irq_set_preflow_handler() first installed by commit: fcd8d4f49869 ("sparc: Use the new genirq functionality") Deselect this option. Signed-off-by: Valentin Schneider ---