patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / ppc64 / oprofile / common.c
index 95e824b..2d5ce46 100644 (file)
@@ -155,12 +155,14 @@ int __init oprofile_arch_init(struct oprofile_operations **ops)
                        break;
 
                case PV_GPUL:
+               case PV_GPULp:
                        model = &op_model_power4;
                        model->num_counters = 8;
                        oprof_ppc64_ops.cpu_type = "ppc64/970";
                        break;
 
                case PV_POWER5:
+               case PV_POWER5p:
                        model = &op_model_power4;
                        model->num_counters = 6;
                        oprof_ppc64_ops.cpu_type = "ppc64/power5";