[POWERPC] pasemi: PA6T oprofile support
Oprofile support for PA6T, kernel side. Also rename the PA6T_SPRN.* defines to SPRN_PA6T.*. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
7e8bddf566
commit
25fc530eed
@ -160,6 +160,9 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
case PPC_OPROFILE_POWER4:
|
||||
model = &op_model_power4;
|
||||
break;
|
||||
case PPC_OPROFILE_PA6T:
|
||||
model = &op_model_pa6t;
|
||||
break;
|
||||
#endif
|
||||
#ifdef CONFIG_6xx
|
||||
case PPC_OPROFILE_G4:
|
||||
|
Reference in New Issue
Block a user