summaryrefslogtreecommitdiff
path: root/arch/arm/mach-hisi/core.h
diff options
context:
space:
mode:
authorWang Long <long.wanglong@huawei.com>2014-12-24 03:10:02 +0000
committerOlof Johansson <olof@lixom.net>2015-01-21 14:33:39 -0800
commit7fda91e731554336c08a8157b886387d890a9676 (patch)
tree3cdf75fa716ec06d77f3ec95eccd34a9978db06c /arch/arm/mach-hisi/core.h
parent29d189e1395a3f0924f7a442bb4b968c9e6de9c1 (diff)
ARM: hisi: enable smp for HiP01
Enable smp for HiP01 board. Signed-off-by: Wang Long <long.wanglong@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com> [olof: split off the dts change to a separate commit] Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-hisi/core.h')
-rw-r--r--arch/arm/mach-hisi/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-hisi/core.h b/arch/arm/mach-hisi/core.h
index 75520b084b34..92a682d8e939 100644
--- a/arch/arm/mach-hisi/core.h
+++ b/arch/arm/mach-hisi/core.h
@@ -17,4 +17,7 @@ extern struct smp_operations hix5hd2_smp_ops;
extern void hix5hd2_set_cpu(int cpu, bool enable);
extern void hix5hd2_cpu_die(unsigned int cpu);
+extern struct smp_operations hip01_smp_ops;
+extern void hip01_set_cpu(int cpu, bool enable);
+extern void hip01_cpu_die(unsigned int cpu);
#endif