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

Commit ee3c454b authored by Daniel Walker's avatar Daniel Walker
Browse files

arm: msm: add oprofile pmu support



add oprofile pmu support for msm.

Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent 4b536b8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ static const int irqs[] = {
	IRQ_IOP33X_CORE_PMU,
#elif defined(CONFIG_ARCH_PXA)
	IRQ_PMU,
#elif defined(CONFIG_ARCH_MSM_ARM11)
	INT_ARM11_PMU,
#endif
};