summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGuo Ren <guoren@linux.alibaba.com>2020-11-13 09:48:27 +0000
committerGuo Ren <guoren@linux.alibaba.com>2021-01-12 09:52:40 +0800
commit398cb92495cc1972014ffa81ff9cea1e5167b8df (patch)
treee05068bba067dfc7c88378383b7166a25f4f6f47 /include
parent0c8a32eed1625a65798286fb73fea8710a908545 (diff)
downloadlinux-stable-398cb92495cc1972014ffa81ff9cea1e5167b8df.tar.gz
linux-stable-398cb92495cc1972014ffa81ff9cea1e5167b8df.tar.bz2
linux-stable-398cb92495cc1972014ffa81ff9cea1e5167b8df.zip
csky: Fixup perf probe failed
Current perf init will failed with: [ 1.452433] csky-pmu: probe of soc:pmu failed with error -16 This patch fix it up with adding CPUHP_AP_PERF_CSKY_ONLINE in cpuhotplug.h. Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpuhotplug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
index 0042ef362511..d3e26dc81494 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -185,6 +185,7 @@ enum cpuhp_state {
CPUHP_AP_PERF_POWERPC_TRACE_IMC_ONLINE,
CPUHP_AP_PERF_POWERPC_HV_24x7_ONLINE,
CPUHP_AP_PERF_POWERPC_HV_GPCI_ONLINE,
+ CPUHP_AP_PERF_CSKY_ONLINE,
CPUHP_AP_WATCHDOG_ONLINE,
CPUHP_AP_WORKQUEUE_ONLINE,
CPUHP_AP_RCUTREE_ONLINE,