Re: [PATCH 1/2] powerpc/irq: Split irq.c

2022-07-04 Thread Michael Ellerman
On Wed, 18 May 2022 09:40:15 +0200, Christophe Leroy wrote: > More than half of irq.c is dedicated to PPC64. > > Move PPC64 code out of irq.c into irq_64.c > > Applied to powerpc/next. [1/2] powerpc/irq: Split irq.c https://git.kernel.org/powerpc/c/7d7b28b302085e1ec2815bc9f5205af28394c5d

[PATCH 1/2] powerpc/irq: Split irq.c

2022-05-18 Thread Christophe Leroy
More than half of irq.c is dedicated to PPC64. Move PPC64 code out of irq.c into irq_64.c Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/Makefile| 2 +- arch/powerpc/kernel/irq.c | 421 arch/powerpc/kernel/{irq.c => irq_64.c} | 331 -