git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5611cc4
)
ARM: perf: remove unused armpmu_get_max_events
author
Will Deacon
<will.deacon@arm.com>
Mon, 14 Nov 2011 10:33:05 +0000
(10:33 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Fri, 2 Dec 2011 15:16:25 +0000
(15:16 +0000)
armpmu_get_max_events is only called from perf_num_counters, so we can
inline it there. It existed as a separate entity as a hangover from
the original perf-based oprofile implementation.
Signed-off-by: Will Deacon <will.deacon@arm.com>
No differences found