powerpc/irq: Split irq.c
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 18 May 2022 07:40:15 +0000 (09:40 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jun 2022 06:47:42 +0000 (16:47 +1000)
commit7d7b28b302085e1ec2815bc9f5205af28394c5db
tree2cfb09d29a1fb12d23f6ddce4189cbb6ace8c8e3
parente93dee186fc95f2058b0c9d2317d8b876b8512db
powerpc/irq: Split irq.c

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 <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/9f1a47de80f78d3dd270a7a72f69f55f581c4054.1652859593.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/irq.c
arch/powerpc/kernel/irq_64.c [new file with mode: 0644]