summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorJeremy Gebben <jgebben@codeaurora.org>2016-04-26 09:40:26 -0600
committerKyle Yan <kyan@codeaurora.org>2016-04-27 19:05:00 -0700
commit4da4b1181eaac878141a891d530dac00d6fdce4e (patch)
treebdb439531e05c08b3bcd5836902b94d64f269076 /arch/arm64
parentf5921cfca0db89db6ab7ced7ea46348179dae0e2 (diff)
Revert "Perf: arm64: stop counters when going into hotplug"
This reverts commit 182eeb0c0daf70acd8 ("Perf: arm64: stop counters when going into hotplug") This change is being reverted so that it can be replaced by equivalent functionality from upstream. CRs-Fixed: 1008368 Change-Id: Ibf007132366486ae70c1d919f32e933744a1721e Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/kernel/perf_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/perf_debug.c b/arch/arm64/kernel/perf_debug.c
index 39cf7c9d7b5d..260c71b54382 100644
--- a/arch/arm64/kernel/perf_debug.c
+++ b/arch/arm64/kernel/perf_debug.c
@@ -32,7 +32,6 @@ static char *descriptions =
"11 Perf: arm64: Refine disable/enable in tracecounters\n"
"12 Perf: arm64: fix disable of pmu irq during hotplug\n"
"13 Perf: arm64: restore registers after reset\n"
- "14 Perf: arm64: stop counters when going into hotplug\n"
"15 Perf: arm64: make debug dir handle exportable\n"
"16 Perf: arm64: add perf trace user\n"
"17 Perf: arm64: add support for kryo pmu\n"