Skip to content

Commit

Permalink
arm: msm: add oprofile pmu support
Browse files Browse the repository at this point in the history
add oprofile pmu support for msm.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Daniel Walker committed May 3, 2010
1 parent 4b536b8 commit ee3c454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/kernel/pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit ee3c454

Please sign in to comment.