summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNeil Leeder <nleeder@codeaurora.org>2014-08-29 14:55:42 -0400
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:58:12 -0700
commit6470f7956ac6b479a1697e567a47bebd90095bb2 (patch)
treef117aa61f0657f9a4d2c181deb8d93bcd6251f6a /arch
parent09e03e5113703a706c4c105f7293080c0ea1aef3 (diff)
Perf: arm64: restore registers after reset
Reset will overwrite registers written by restore_pm_registers, so order the calls correctly. Change-Id: I8210d61c2f4c2397efb2de801d94ed1d5aad480c Signed-off-by: Neil Leeder <nleeder@codeaurora.org> [satyap: merge conflict resolution and move changes in arch/arm64/kernel/perf_event.c to drivers/perf/arm_pmu.c to align with kernel 4.4] Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/kernel/perf_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/perf_debug.c b/arch/arm64/kernel/perf_debug.c
index 4828cfbca654..260c71b54382 100644
--- a/arch/arm64/kernel/perf_debug.c
+++ b/arch/arm64/kernel/perf_debug.c
@@ -31,6 +31,7 @@ static char *descriptions =
"10 Perf: arm64: tracectr: initialize counts after hotplug\n"
"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"
"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"