powerpc: Replace CONFIG_4xx with CONFIG_44x
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 28 Jun 2024 12:12:00 +0000 (22:12 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 28 Jun 2024 12:28:48 +0000 (22:28 +1000)
commit7bf5f0562b62ae94b4da577994b7b0e04e71d37b
treed18b18c6269f8176ada94f691e2286ac92f1d172
parent002b27a51b364a59eac99b8d080afe3924c2e064
powerpc: Replace CONFIG_4xx with CONFIG_44x

Replace 4xx usage with 44x, and replace 4xx_SOC with 44x.

Also, as pointed out by Christophe, if 44x || BOOKE can be simplified to
just test BOOKE, because 44x always selects BOOKE.

Retain the CONFIG_4xx symbol, as there are drivers that use it to mean
4xx || 44x, those will need updating before CONFIG_4xx can be removed.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240628121201.130802-6-mpe@ellerman.id.au
arch/powerpc/Kconfig
arch/powerpc/include/asm/cacheflush.h
arch/powerpc/include/asm/ppc_asm.h
arch/powerpc/kernel/entry_32.S
arch/powerpc/kernel/process.c
arch/powerpc/mm/fault.c
arch/powerpc/mm/ptdump/Makefile
arch/powerpc/platforms/4xx/Makefile
arch/powerpc/platforms/Kconfig.cputype
arch/powerpc/sysdev/Kconfig