projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e220ba6
)
Revert "arm: msm: add oprofile pmu support"
author
Daniel Walker
<dwalker@codeaurora.org>
Fri, 7 May 2010 19:09:52 +0000
(12:09 -0700)
committer
Daniel Walker
<dwalker@codeaurora.org>
Fri, 7 May 2010 19:09:52 +0000
(12:09 -0700)
This reverts commit
ee3c454b8da04815c1884ed85fe89d2d131c0e51
.
As request by Russell King.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/kernel/pmu.c
patch
|
blob
|
history
diff --git
a/arch/arm/kernel/pmu.c
b/arch/arm/kernel/pmu.c
index 4f0eb4c2a72cf8b8dad6d772404a164dc661cf2a..a124312e343f1c50c550773b9a576ee2752189b2 100644
(file)
--- a/
arch/arm/kernel/pmu.c
+++ b/
arch/arm/kernel/pmu.c
@@
-44,8
+44,6
@@
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
};