arm: msm: add oprofile pmu support

add oprofile pmu support for msm.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
This commit is contained in:
Daniel Walker 2010-01-01 14:52:30 -08:00
parent 4b536b8d90
commit ee3c454b8d

View file

@ -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
};