Re: [PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler

2020-10-02 Thread Thomas Bogendoerfer
On Thu, Oct 01, 2020 at 12:10:57AM +0100, Maciej W. Rozycki wrote: > On Wed, 30 Sep 2020, Thomas Bogendoerfer wrote: > > > > > not yet;-) I have an RM7000 based system in my basement... I'm also > > > > not sure, if R7k O2s need that. > > > > > > One of the more exotic Malta daughtercards used t

Re: [PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler

2020-09-30 Thread Maciej W. Rozycki
On Wed, 30 Sep 2020, Thomas Bogendoerfer wrote: > > > not yet;-) I have an RM7000 based system in my basement... I'm also > > > not sure, if R7k O2s need that. > > > > One of the more exotic Malta daughtercards used that too I believe. I'd > > have to check the docs. Of course getting hands o

Re: [PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler

2020-09-30 Thread Thomas Bogendoerfer
On Wed, Sep 30, 2020 at 03:34:25PM +0100, Maciej W. Rozycki wrote: > On Fri, 18 Sep 2020, Thomas Bogendoerfer wrote: > > > > IRQ_CPU_RM7K has been a non-visible config selected nowhere since > > > PMC-Sierra Yosemite support has been removed with commit bdf20507da11 > > > ("MIPS: PMC-Sierra Yosemi

Re: [PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler

2020-09-30 Thread Maciej W. Rozycki
On Fri, 18 Sep 2020, Thomas Bogendoerfer wrote: > > IRQ_CPU_RM7K has been a non-visible config selected nowhere since > > PMC-Sierra Yosemite support has been removed with commit bdf20507da11 > > ("MIPS: PMC-Sierra Yosemite: Remove support."). By the same token, the > > handler for RM7000 extended

Re: [PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler

2020-09-18 Thread Thomas Bogendoerfer
On Sat, Sep 12, 2020 at 05:23:07PM +0300, Necip Fazil Yildiran wrote: > IRQ_CPU_RM7K has been a non-visible config selected nowhere since > PMC-Sierra Yosemite support has been removed with commit bdf20507da11 > ("MIPS: PMC-Sierra Yosemite: Remove support."). By the same token, the > handler for RM

[PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler

2020-09-12 Thread Necip Fazil Yildiran
IRQ_CPU_RM7K has been a non-visible config selected nowhere since PMC-Sierra Yosemite support has been removed with commit bdf20507da11 ("MIPS: PMC-Sierra Yosemite: Remove support."). By the same token, the handler for RM7000 extended interrupts has been obsolete. Remove the obsolete code. Signed