Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)