diff options
author | Arnd Bergmann <arndb@de.ibm.com> | 2005-11-01 04:08:38 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-01 13:02:53 +0300 |
commit | 19fe04755aca56e7d143f7f95b41008138619c5c (patch) | |
tree | c77dae8cbf190143672300526b9afdb1f64cb198 /arch/powerpc/platforms/Makefile | |
parent | f3f66f599db131ea57dc567ffd931d269dbc690e (diff) | |
download | linux-19fe04755aca56e7d143f7f95b41008138619c5c.tar.xz |
[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 'arch/powerpc/platforms/Makefile')
-rw-r--r-- | arch/powerpc/platforms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index 172c0db63504..8836b3a00668 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_85xx) += 85xx/ obj-$(CONFIG_PPC_PSERIES) += pseries/ obj-$(CONFIG_PPC_ISERIES) += iseries/ obj-$(CONFIG_PPC_MAPLE) += maple/ +obj-$(CONFIG_PPC_CELL) += cell/ |