commit | feb45d06ffd7b59f43f1ed8edf53a0cfe3e7ad2a | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Mon Nov 14 10:33:05 2011 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Fri Dec 02 15:16:25 2011 +0000 |
tree | edb7c4425d0cd554b5eb2a4366fb98f424f214f5 | |
parent | 5611cc4572e889b62a7b4c72a413536bf6a9c416 [diff] |
ARM: perf: remove unused armpmu_get_max_events 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>