]> git.baikalelectronics.ru Git - kernel.git/commit
arm: perf: move event map macros to pmu.h
authorMark Rutland <mark.rutland@arm.com>
Wed, 28 May 2014 17:08:40 +0000 (18:08 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 2 Jul 2014 14:46:37 +0000 (15:46 +0100)
commit0dd83db0acb388f08fc975ae4d83f43e2c81f0e7
treedbf99dab2741673b396c9092f4837d002506668b
parentec0a5ff0a2aa0111b438ab1c4b32d94c768c82d6
arm: perf: move event map macros to pmu.h

A few PMU-related macros are now looking a little lonely in
asm/perf_event.h now that all other PMU-specific structs, function
prototypes and macros live in pmu.h.

So as to make their placement consistent and to make it easier to build
atop of the current PMU functionality, let's reunite the entire family in
pmu.h

Acked-by: Will Deacon <will.deacon@arm.com>
Tested-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/include/asm/perf_event.h
arch/arm/include/asm/pmu.h