OSDN Git Service

arm: perf: unify perf_event{,_cpu}.c
authorMark Rutland <mark.rutland@arm.com>
Tue, 26 May 2015 16:23:39 +0000 (17:23 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 28 May 2015 16:13:26 +0000 (17:13 +0100)
commit74cf0bc75f1671b8da3b2e6ef7b2dc75cab0016a
tree1a4d0de76bd5e807834fc2d6b3030b29e7264883
parent29ba0f37f1578db268ac805c117365923b9a7663
arm: perf: unify perf_event{,_cpu}.c

Now that the arm_pmu framework is only used for CPU PMUs, there's no
reason to keep the pseudo-generic and CPU-specific framework portions
separate.

This patch folds the two into perf_event.c.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
[will: fixed up irq cfg to match upstream]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/kernel/Makefile
arch/arm/kernel/perf_event.c
arch/arm/kernel/perf_event_cpu.c [deleted file]