]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: pmu: remove unused reservation mechanism
authorWill Deacon <will.deacon@arm.com>
Sat, 28 Jul 2012 15:27:03 +0000 (16:27 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 23 Aug 2012 10:35:51 +0000 (11:35 +0100)
commitf0d1bc47953743aef9d2ed5326bc5973a3db08ab
treeda83dfd3a4ec6e92da3401a0563072bdfb3afccc
parent50243efde0993f6fe98f27a35692d0e8efdf7a0f
ARM: pmu: remove unused reservation mechanism

The PMU reservation mechanism was originally intended to allow OProfile
and perf-events to co-ordinate over access to the CPU PMU. Since then,
OProfile for ARM has moved to using perf as its backend, so the
reservation code is no longer used.

This patch removes the reservation code for the CPU PMU on ARM.

Signed-off-by: Will Deacon <will.deacon@arm.com>
MAINTAINERS
arch/arm/Kconfig
arch/arm/include/asm/pmu.h
arch/arm/kernel/Makefile
arch/arm/kernel/perf_event.c
arch/arm/kernel/pmu.c [deleted file]