Skip to content

Commit

Permalink
powerpc/oprofile: Remove unused dump_pmcs() in FSL oprofile
Browse files Browse the repository at this point in the history
It's still in the git history if anyone wants it.

Signed-off-by: Michael Ellerman <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
mpe authored and kumargala committed May 19, 2009
1 parent 8646010 commit e2ff754
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions arch/powerpc/oprofile/op_model_fsl_emb.c
Original file line number Diff line number Diff line change
@@ -228,20 +228,6 @@ static void pmc_stop_ctrs(void)
mtpmr(PMRN_PMGC0, pmgc0);
}

static void dump_pmcs(void)
{
printk("pmgc0: %x\n", mfpmr(PMRN_PMGC0));
printk("pmc\t\tpmlca\t\tpmlcb\n");
printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC0),
mfpmr(PMRN_PMLCA0), mfpmr(PMRN_PMLCB0));
printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC1),
mfpmr(PMRN_PMLCA1), mfpmr(PMRN_PMLCB1));
printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC2),
mfpmr(PMRN_PMLCA2), mfpmr(PMRN_PMLCB2));
printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC3),
mfpmr(PMRN_PMLCA3), mfpmr(PMRN_PMLCB3));
}

static int fsl_emb_cpu_setup(struct op_counter_config *ctr)
{
int i;

0 comments on commit e2ff754

Please sign in to comment.