Pull percpu-dtc into release branch
[pandora-kernel.git] / arch / powerpc / oprofile / common.c
index fbd62ea..1a7ef7e 100644 (file)
@@ -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: