[PATCH v1 3/9] powerpc/47x: Split ppc47x machine in two
Michael Ellerman
mpe at ellerman.id.au
Thu Feb 16 08:58:35 AEDT 2023
Christophe Leroy <christophe.leroy at csgroup.eu> writes:
> This machine matches two compatibles and sets .pci_irq_fixup
> on one of them.
>
> Split it into two machines, then the probe function can be dropped.
That will break the machine initcalls that look for ppc47x:
arch/powerpc/platforms/44x/ppc476.c:machine_device_initcall(ppc47x, ppc47x_device_probe);
arch/powerpc/platforms/44x/ppc476.c:machine_arch_initcall(ppc47x, ppc47x_get_board_rev);
It still compiles, because of the weak attribute in machine_is(), but
those initcalls will never match and so never run.
cheers
More information about the Linuxppc-dev
mailing list