aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/oprofile/common.c')
-rw-r--r--arch/powerpc/oprofile/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/common.c b/arch/powerpc/oprofile/common.c
index bf094c5a4bd9..a11132865504 100644
--- a/arch/powerpc/oprofile/common.c
+++ b/arch/powerpc/oprofile/common.c
@@ -212,7 +212,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
212 model = &op_model_pa6t; 212 model = &op_model_pa6t;
213 break; 213 break;
214#endif 214#endif
215#ifdef CONFIG_6xx 215#ifdef CONFIG_PPC_BOOK3S_32
216 case PPC_OPROFILE_G4: 216 case PPC_OPROFILE_G4:
217 model = &op_model_7450; 217 model = &op_model_7450;
218 break; 218 break;