linux/arch/powerpc/oprofile
Christophe Leroy d7cceda96b powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Today we have:

config PPC_BOOK3S_32
	bool "512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx"
	[depends on PPC32 within a choice]

config PPC_BOOK3S
	def_bool y
	depends on PPC_BOOK3S_32 || PPC_BOOK3S_64

config 6xx
	def_bool y
	depends on PPC32 && PPC_BOOK3S

6xx is therefore redundant with PPC_BOOK3S_32.

In order to make the code clearer, lets use preferably PPC_BOOK3S_32.
This will allow to remove CONFIG_6xx in a later patch.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-11-26 22:33:37 +11:00
..
cell treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
backtrace.c y2038: globally rename compat_time to old_time32 2018-08-27 14:48:48 +02:00
common.c powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 2018-11-26 22:33:37 +11:00
Makefile powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 2018-11-26 22:33:37 +11:00
op_model_7450.c powerpc: Delete non-required instances of include <linux/init.h> 2014-01-15 13:46:44 +11:00
op_model_cell.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
op_model_fsl_emb.c powerpc: Delete non-required instances of include <linux/init.h> 2014-01-15 13:46:44 +11:00
op_model_pa6t.c powerpc: Delete non-required instances of include <linux/init.h> 2014-01-15 13:46:44 +11:00
op_model_power4.c powerpc: Remove mtmsrd(), use existing mtmsr() 2015-07-13 15:47:28 +10:00