]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S
authorChristophe Leroy <christophe.leroy@c-s.fr>
Sat, 17 Nov 2018 10:25:04 +0000 (10:25 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Nov 2018 11:33:37 +0000 (22:33 +1100)
commit470059681d38348fdf506443701c2d38e83ef560
treec2f578dabbd3b2736cc05b12a22e35fde7f10745
parent7e49f60a14dad4aaf76fe2156be6d985babc65b1
powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S

Today we have:

config PPC_BOOK3S
        def_bool y
        depends on PPC_BOOK3S_32 || PPC_BOOK3S_64

config PPC_STD_MMU
        def_bool y
        depends on PPC_BOOK3S

PPC_STD_MMU is therefore redundant with PPC_BOOK3S. Lets remove it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/Makefile
arch/powerpc/mm/fault.c
arch/powerpc/mm/mem.c
arch/powerpc/xmon/xmon.c