Re: [PATCH] MIPS: SMP-CPS: Add support for irq migration when CPU offline

2020-12-04 Thread Thomas Bogendoerfer
On Thu, Dec 03, 2020 at 02:54:43PM +0800, Wei Li wrote: > Currently we won't migrate irqs when offline CPUs, which has been > implemented on most architectures. That will lead to some devices work > incorrectly if the bound cores are offline. > > While that can be easily supported by enabling

[PATCH] MIPS: SMP-CPS: Add support for irq migration when CPU offline

2020-12-02 Thread Wei Li
Currently we won't migrate irqs when offline CPUs, which has been implemented on most architectures. That will lead to some devices work incorrectly if the bound cores are offline. While that can be easily supported by enabling GENERIC_IRQ_MIGRATION. But i don't pretty known the reason it was not