Commit 8c5b0f9a authored by Leo Chen's avatar Leo Chen Committed by Russell King

ARM: 5764/1: bcmring: add oprofile pmu support

add oprofile pmu support for bcmring.
Signed-off-by: default avatarLeo Hao Chen <leochen@broadcom.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 50ad5f59
...@@ -33,6 +33,9 @@ static int irqs[] = { ...@@ -33,6 +33,9 @@ static int irqs[] = {
#ifdef CONFIG_ARCH_OMAP2 #ifdef CONFIG_ARCH_OMAP2
3, 3,
#endif #endif
#ifdef CONFIG_ARCH_BCMRING
IRQ_PMUIRQ, /* for BCMRING, ARM PMU interrupt is 43 */
#endif
}; };
static void armv6_pmu_stop(void) static void armv6_pmu_stop(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment