aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64
diff options
context:
space:
mode:
authorArnd Bergmann <arndb@de.ibm.com>2005-10-31 20:08:38 -0500
committerPaul Mackerras <paulus@samba.org>2005-11-01 21:02:53 +1100
commit19fe04755aca56e7d143f7f95b41008138619c5c (patch)
treec77dae8cbf190143672300526b9afdb1f64cb198 /include/asm-ppc64
parent[PATCH] powerpc: Rename BPA to Cell (diff)
downloadlinux-dev-19fe04755aca56e7d143f7f95b41008138619c5c.tar.xz
linux-dev-19fe04755aca56e7d143f7f95b41008138619c5c.zip
[PATCH] powerpc: create a new arch/powerpc/platforms/cell/smp.c
During the conversion to the merge tree, the Cell specific SMP initialization was removed from the pSeries code. This creates a new Cell specific SMP implementation file. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r--include/asm-ppc64/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc64/smp.h b/include/asm-ppc64/smp.h
index c5e9052e7967..0f42fcc1900b 100644
--- a/include/asm-ppc64/smp.h
+++ b/include/asm-ppc64/smp.h
@@ -64,6 +64,7 @@ extern cpumask_t cpu_sibling_map[NR_CPUS];
void smp_init_iSeries(void);
void smp_init_pSeries(void);
+void smp_init_cell(void);
extern int __cpu_disable(void);
extern void __cpu_die(unsigned int cpu);