Skip to content

Commit

Permalink
ARM: 5764/1: bcmring: add oprofile pmu support
Browse files Browse the repository at this point in the history
add oprofile pmu support for bcmring.

Signed-off-by: Leo Hao Chen <leochen@broadcom.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Leo Chen authored and Russell King committed Oct 17, 2009
1 parent 50ad5f5 commit 8c5b0f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/oprofile/op_model_v6.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ static int irqs[] = {
#ifdef CONFIG_ARCH_OMAP2
3,
#endif
#ifdef CONFIG_ARCH_BCMRING
IRQ_PMUIRQ, /* for BCMRING, ARM PMU interrupt is 43 */
#endif
};

static void armv6_pmu_stop(void)
Expand Down

0 comments on commit 8c5b0f9

Please sign in to comment.