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>
This commit is contained in:

committed by
Michael Ellerman

parent
f99e33f124
commit
d7cceda96b
@@ -212,7 +212,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
model = &op_model_pa6t;
|
||||
break;
|
||||
#endif
|
||||
#ifdef CONFIG_6xx
|
||||
#ifdef CONFIG_PPC_BOOK3S_32
|
||||
case PPC_OPROFILE_G4:
|
||||
model = &op_model_7450;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user