powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mc
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 19 Sep 2022 17:01:32 +0000 (19:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Sep 2022 13:00:05 +0000 (23:00 +1000)
commitd7216567c65cbed655f9bf87ef906f9246d6f698
treeae1dddf7625bcf87d1d59a71de9cbd39834bea4f
parentdfc3095cec27f402c183da920f4733785e4c873d
powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mc

e500v1/v2 and e500mc are said to be mutually exclusive in Kconfig.

Split e500 cpu_specs[] and then restrict the non e500mc to PPC32
which is then 85xx.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
[mpe: Tweak formatting]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/553b901ea91e393df231103da4b018e9b251b0e9.1663606876.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/cpu_specs.h
arch/powerpc/kernel/cpu_specs_85xx.h [new file with mode: 0644]
arch/powerpc/kernel/cpu_specs_e500mc.h [moved from arch/powerpc/kernel/cpu_specs_e500.h with 51% similarity]