summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx/smp.h
diff options
context:
space:
mode:
authorchenhui zhao <chenhui.zhao@freescale.com>2015-11-20 12:14:00 +0300
committerScott Wood <oss@buserror.net>2016-03-05 08:53:11 +0300
commit56f1ba280719469bffc870b6b2d935f3a3019ea4 (patch)
tree92562692750c084169659406f6efed81647c2b81 /arch/powerpc/platforms/85xx/smp.h
parentd17799f9c10e283cccd4d598d3416e6fac336ab9 (diff)
downloadlinux-56f1ba280719469bffc870b6b2d935f3a3019ea4.tar.xz
powerpc/mpc85xx: refactor the PM operations
Freescale CoreNet-based and Non-CoreNet-based platforms require different PM operations. This patch extracted existing PM operations on Non-CoreNet-based platforms to a new file which can accommodate both platforms. In this way, PM operation codes are clearer structurally. Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com> Signed-off-by: Tang Yuantian <Yuantian.Tang@feescale.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/platforms/85xx/smp.h')
-rw-r--r--arch/powerpc/platforms/85xx/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/smp.h b/arch/powerpc/platforms/85xx/smp.h
index e2b44933ff19..0b20ae315c53 100644
--- a/arch/powerpc/platforms/85xx/smp.h
+++ b/arch/powerpc/platforms/85xx/smp.h
@@ -5,6 +5,7 @@
#ifdef CONFIG_SMP
void __init mpc85xx_smp_init(void);
+int __init mpc85xx_setup_pmc(void);
#else
static inline void mpc85xx_smp_init(void)
{